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

Apply wait between tb_end and ASSERT FAILURE.

parent 0f927f1c
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,7 @@ BEGIN ...@@ -57,6 +57,7 @@ BEGIN
-- Stop the simulation -- Stop the simulation
tb_end <= '1'; tb_end <= '1';
proc_common_wait_some_cycles(clk, 1);
IF g_tb_end=FALSE THEN IF g_tb_end=FALSE THEN
REPORT "Tb simulation finished." SEVERITY NOTE; REPORT "Tb simulation finished." SEVERITY NOTE;
ELSE ELSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment