added sync retention to dp_packet_merge
Compare changes
Files
2@@ -201,6 +201,7 @@ ARCHITECTURE rtl OF dp_packet_merge IS
@@ -201,6 +201,7 @@ ARCHITECTURE rtl OF dp_packet_merge IS
@@ -324,9 +325,17 @@ BEGIN
@@ -324,9 +325,17 @@ BEGIN
v.src_out.sync := snk_in.sync; -- only preserve sync when sync interval and nof_pkt interval are aligned, else sync gets lost but could still be recovered from BSN
@@ -359,6 +368,7 @@ BEGIN
@@ -359,6 +368,7 @@ BEGIN