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

Change comment simulation end.

parent 89ae43b1
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,9 @@ BEGIN ...@@ -162,7 +162,9 @@ BEGIN
FN_BN_3_TX => fn_bn_3_tx FN_BN_3_TX => fn_bn_3_tx
); );
-- Check that design can simulate some us without error ------------------------------------------------------------------------------
-- Simulation end
------------------------------------------------------------------------------
sim_done <= '0', '1' AFTER 1 us; sim_done <= '0', '1' AFTER 1 us;
proc_common_stop_simulation(TRUE, ext_clk, sim_done, tb_end); proc_common_stop_simulation(TRUE, ext_clk, sim_done, tb_end);
......
...@@ -180,7 +180,7 @@ BEGIN ...@@ -180,7 +180,7 @@ BEGIN
); );
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
-- Check that design can simulate some us without error -- Simulation end
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
sim_done <= '0', '1' AFTER 1 us; sim_done <= '0', '1' AFTER 1 us;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment