diff --git a/libraries/base/dp/src/vhdl/dp_strobe_total_count.vhd b/libraries/base/dp/src/vhdl/dp_strobe_total_count.vhd index ff6d5e6ebdbabb2c33e5b271b5672c3259785828..2332d5953b824f0b7d0653621a336a661ce3dc0e 100644 --- a/libraries/base/dp/src/vhdl/dp_strobe_total_count.vhd +++ b/libraries/base/dp/src/vhdl/dp_strobe_total_count.vhd @@ -193,7 +193,7 @@ BEGIN -- strobe counters gen_counters : FOR I IN 0 TO g_nof_counts-1 GENERATE - cnt_en_arr(I) <= cnt_en AND in_strobe_reg_arr(I); + cnt_en_arr(I) <= cnt_en AND in_strobe_reg2_arr(I); u_counter : ENTITY common_lib.common_counter GENERIC MAP (