aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/simple01
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-11 06:31:39 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-11 06:37:28 +0200
commit86480bfed6bce483936d585498e1498d8fde208d (patch)
tree66320d378a31c7ab467265f1f92bfbad8e004041 /testsuite/synth/simple01
parentdb5c3b1cf051d215ee7f02064464b4b1088ea226 (diff)
downloadghdl-86480bfed6bce483936d585498e1498d8fde208d.tar.gz
ghdl-86480bfed6bce483936d585498e1498d8fde208d.tar.bz2
ghdl-86480bfed6bce483936d585498e1498d8fde208d.zip
testsuite/synth: add ret01 tests.
Diffstat (limited to 'testsuite/synth/simple01')
-rwxr-xr-xtestsuite/synth/simple01/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/simple01/testsuite.sh b/testsuite/synth/simple01/testsuite.sh
index 3f7fd19d9..564b47fc4 100755
--- a/testsuite/synth/simple01/testsuite.sh
+++ b/testsuite/synth/simple01/testsuite.sh
@@ -9,7 +9,7 @@ for t in simple01; do
synth $t.vhdl -e $t > syn_$t.vhdl
analyze syn_$t.vhdl tb_$t.vhdl
- elab_simulate tb_$t
+ elab_simulate tb_$t --ieee-asserts=disable-at-0
clean
done