Skip to content
Snippets Groups Projects

Clarify g_nof_destinations_max design revision parameter and package constants...

Merged Eric Kooistra requested to merge L2SDP-964 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -162,7 +162,7 @@ begin
if snk_in.sop = '1' then
v.val_cnt := 0;
elsif snk_in.valid = '1' then
if r.val_cnt < g_pkt_len - 1 then
if r.val_cnt < r.pkt_len - 1 then
v.val_cnt := r.val_cnt + 1;
else
v.val_cnt := 0;
Loading