- removed premature test end

git-svn-id: http://moon:8086/svn/vhdl/trunk@1637 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-04-06 14:29:09 +00:00
parent 4b742dd23b
commit 0ee3ddfd03
-1
View File
@@ -445,7 +445,6 @@ STIMULUS: process
wait for 1500 us;
wait until rising_edge(clk);
assert false report "Test finished" severity failure;
wait;
end process;