diff options
Diffstat (limited to 'testsuite/synth/simple01/testsuite.sh')
-rwxr-xr-x | testsuite/synth/simple01/testsuite.sh | 2 |
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 |