Commit 6a62d926 authored by Maciej Lipinski's avatar Maciej Lipinski Committed by Grzegorz Daniluk

[wr_streamers] bugfix:fixd wrong description when reportig assertion error

parent 98ffca2b
......@@ -285,7 +285,7 @@ begin
assert (c_cw <= 64)
report "g_cnt_width value not suppported by f_pack_streamers_statistics" severity error;
assert (c_aw <= 64)
report "g_cnt_width value not suppported by f_pack_streamers_statistics" severity error;
report "g_acc_width value not suppported by f_pack_streamers_statistics" severity error;
-- translate generic input vectors to meaningful signals
reset_stats_remote <= snmp_array_i(0)(0);
......
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