1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-05-03 23:09:29 +00:00

Exit cleanly from testbench on success

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
Anton Blanchard
2020-05-20 16:07:13 +10:00
committed by Anton Blanchard
parent a9e7194de5
commit ab86b58d95
9 changed files with 9 additions and 19 deletions

View File

@@ -124,7 +124,6 @@ begin
wait for clk_period;
assert false report "end of test" severity failure;
wait;
std.env.finish;
end process;
end behave;