From 03be6aa93c22c3a7861398acaa7e22c3587bc57d Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Thu, 8 Dec 2022 14:55:19 +0100 Subject: [PATCH] Correct timing of in_strobe_arr. --- libraries/io/eth/src/vhdl/eth_tester_tx.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/io/eth/src/vhdl/eth_tester_tx.vhd b/libraries/io/eth/src/vhdl/eth_tester_tx.vhd index 0ee2539d16..a110e63720 100644 --- a/libraries/io/eth/src/vhdl/eth_tester_tx.vhd +++ b/libraries/io/eth/src/vhdl/eth_tester_tx.vhd @@ -353,7 +353,7 @@ BEGIN in_sosi_arr(0) => tx_fifo_sosi ); - in_strobe_arr(0) <= tx_fifo_sosi.sop; -- count total nof Tx packets + in_strobe_arr(0) <= tx_fifo_sosi.sop WHEN rising_edge(st_clk); -- count total nof Tx packets u_dp_strobe_total_count : ENTITY dp_lib.dp_strobe_total_count GENERIC MAP ( -- GitLab