Skip to content
Snippets Groups Projects
Commit 9e7864f0 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Commented option to simulate somewhat longer without tx packet data.

parent 08680b52
Branches
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment