aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/cnt01/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/cnt01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/cnt01/testsuite.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/synth/cnt01/testsuite.sh b/testsuite/synth/cnt01/testsuite.sh
index e791a3dcb..f01df2cc7 100755
--- a/testsuite/synth/cnt01/testsuite.sh
+++ b/testsuite/synth/cnt01/testsuite.sh
@@ -2,14 +2,14 @@
. ../../testenv.sh
-for t in cnt01; do
+for t in cnt01 cnt02; do
analyze $t.vhdl tb_$t.vhdl
elab_simulate tb_$t
clean
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