From 64fbe9100f214404c37f35c6b82c436c5c58eaf4 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Mon, 25 Sep 2023 13:05:45 +0200
Subject: [PATCH] Correct u_act_act_8_nof_3_only_one_frac.

---
 libraries/base/dp/tb/vhdl/tb_tb_dp_packet_merge_unmerge.vhd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/base/dp/tb/vhdl/tb_tb_dp_packet_merge_unmerge.vhd b/libraries/base/dp/tb/vhdl/tb_tb_dp_packet_merge_unmerge.vhd
index aa5fc9fa20..e8ec4b5f98 100644
--- a/libraries/base/dp/tb/vhdl/tb_tb_dp_packet_merge_unmerge.vhd
+++ b/libraries/base/dp/tb/vhdl/tb_tb_dp_packet_merge_unmerge.vhd
@@ -42,7 +42,7 @@ begin
   --     g_pipeline_ready         : boolean := true;
   --     g_data_w                 : natural := 4;
   --     g_nof_repeat             : natural := 20;
-  --     g_nof_pkt                : natural := 3;
+  --     g_nof_pkt_merge          : natural := 3;
   --     g_pkt_len_merge          : natural := 29;
   --     g_pkt_len_unmerge        : natural := 29;
   --     g_pkt_gap                : natural := 0;
@@ -68,7 +68,7 @@ begin
   u_act_act_8_nof_3_more_unmerge  : entity work.tb_dp_packet_merge_unmerge generic map ( e_active, e_active,  true, 8, c_nof_repeat, 3, 7,  6, 0, 1);
   u_act_act_8_nof_3_last_len_1    : entity work.tb_dp_packet_merge_unmerge generic map ( e_active, e_active,  true, 8, c_nof_repeat, 3, 7, 10, 0, 1);
   u_act_act_8_nof_3_only_one      : entity work.tb_dp_packet_merge_unmerge generic map ( e_active, e_active,  true, 8, c_nof_repeat, 3, 7, 21, 0, 1);
-  u_act_act_8_nof_3_only_one_frac : entity work.tb_dp_packet_merge_unmerge generic map ( e_active, e_active,  true, 8, c_nof_repeat, 3, 7, 21, 0, 1);
+  u_act_act_8_nof_3_only_one_frac : entity work.tb_dp_packet_merge_unmerge generic map ( e_active, e_active,  true, 8, c_nof_repeat, 3, 7, 30, 0, 1);
 
   -- Flow control
   u_rnd_act_8_nof_3       : entity work.tb_dp_packet_merge_unmerge generic map ( e_random, e_active,  true, 8, c_nof_repeat, 3, 29, 29, 0, 1);
-- 
GitLab