diff options
Diffstat (limited to 'testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd')
-rw-r--r-- | testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd b/testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd index c483172..0d667f2 100644 --- a/testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd +++ b/testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd @@ -38,6 +38,8 @@ BEGIN begin k <= 5; wait for 1 ns; + -- Avoid infinite simulation + wait; end process L1; TESTING: PROCESS |