Commit 5f6edcd9 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

fabric/wr_fabric_pkg: fixed compiler issues on constant initialization using others=> construct

parent 96d9c8fa
......@@ -62,7 +62,7 @@ package wr_fabric_pkg is
constant c_dummy_src_in : t_wrf_source_in :=
('0', '0', '0', '0');
constant c_dummy_snk_in : t_wrf_sink_in :=
((others=>'X'), (others=>'X'), '0', '0', 'X', (others=>'X'));
("XX", "XXXXXXXXXXXXXXXX", '0', '0', '0', "XX");
end wr_fabric_pkg;
......
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