aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2013-12-27 04:11:04 +0100
committerTristan Gingold <tgingold@free.fr>2013-12-27 04:11:04 +0100
commit620458ed156b7a1d779119dc916e4c1f357ec71e (patch)
treecbd293f8d420e82621b90fe60af5939d6dc41279 /testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd
parente673d2bc2f74ef6d63e5ae90cc0ccfff04e688ef (diff)
downloadghdl-620458ed156b7a1d779119dc916e4c1f357ec71e.tar.gz
ghdl-620458ed156b7a1d779119dc916e4c1f357ec71e.tar.bz2
ghdl-620458ed156b7a1d779119dc916e4c1f357ec71e.zip
vests testsuite: reorder some tests for file io.
Add some ENTITY option. Fix some tests.
Diffstat (limited to 'testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd')
-rw-r--r--testsuite/vests/vhdl-93/billowitch/compliant/tc1176.vhd2
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 c483172da..0d667f220 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