From 9e7864f005be73744515ef7c3290dea422ed2535 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Fri, 21 Nov 2014 13:19:36 +0000 Subject: [PATCH] Commented option to simulate somewhat longer without tx packet data. --- libraries/technology/eth_10g/tb_tech_eth_10g.vhd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/technology/eth_10g/tb_tech_eth_10g.vhd b/libraries/technology/eth_10g/tb_tech_eth_10g.vhd index 03bba5cb56..d643609e24 100644 --- a/libraries/technology/eth_10g/tb_tech_eth_10g.vhd +++ b/libraries/technology/eth_10g/tb_tech_eth_10g.vhd @@ -25,7 +25,7 @@ -- . proc_tech_mac_10g_rx_packet() for expected header and data type -- . tx_pkt_cnt=rx_pkt_cnt > 0 must be true at the tb_end. -- Usage: --- > as 14 +-- > as 16 -- > run -all LIBRARY IEEE, technology_lib, tech_pll_lib, tech_mac_10g_lib, common_lib, dp_lib; @@ -372,6 +372,7 @@ BEGIN REPORT "Not all transmitted packets were received." SEVERITY ERROR; END IF; proc_common_wait_some_cycles(clk_156, 100); + --proc_common_wait_some_cycles(clk_156, 10000); -- uncomment to simulate somewhat longer without tx packet data -- Stop the simulation ASSERT FALSE REPORT "Simulation finished." SEVERITY FAILURE; -- GitLab