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

Do keep wait for 10 us after tb_end, otherwise use severity failure to stop...

Do keep wait for 10 us after tb_end, otherwise use severity failure to stop the simulation and avoid the PLL lost lock messages after the tb_end.
parent 25a30c91
No related branches found
No related tags found
No related merge requests found
...@@ -566,7 +566,8 @@ BEGIN ...@@ -566,7 +566,8 @@ BEGIN
REPORT "Not all transmitted packets were received." SEVERITY ERROR; REPORT "Not all transmitted packets were received." SEVERITY ERROR;
END IF; END IF;
--WAIT FOR 10 us; -- Do keep wait for 10 us after tb_end. Otherwise without wait for 10 us use severity FAILURE to stop the simulation and avoid the PLL lost lock messages after the tb_end.
WAIT FOR 10 us;
ASSERT FALSE REPORT "Simulation tb_eth finished." SEVERITY NOTE; ASSERT FALSE REPORT "Simulation tb_eth finished." SEVERITY NOTE;
WAIT; WAIT;
END PROCESS; END PROCESS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment