Skip to content

Commit 014366f

Browse files
committed
Test without std.env.stop.
1 parent 4a14a91 commit 014366f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

example/HelloWorld.vhdl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ architecture test of HelloWorld is
55
begin
66
process
77
begin
8-
wait for 10 ns;
9-
report "Hello World" severity note;
10-
std.env.stop;
8+
wait for 10 ns;
9+
report "Hello World" severity note;
10+
std.env.stop;
11+
wait;
1112
end process;
1213
end architecture;

0 commit comments

Comments
 (0)