Commit bb927da3 authored by Maciej Lipinski's avatar Maciej Lipinski

[board] bugfix in NIC integration (string needs to be 9 chars

parent 4cd6c896
......@@ -253,7 +253,7 @@ package body wr_board_pkg is
when "PLAINFBRC" => result := PLAIN;
when "STREAMERS" => result := STREAMERS;
when "ETHERBONE" => result := ETHERBONE;
when "NIC" => result := NIC;
when "NIC " => result := NIC;
when others => result := always_last_invalid;
end case;
return result;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment