diff options
Diffstat (limited to 'testsuite/synth/func01/testsuite.sh')
-rwxr-xr-x | testsuite/synth/func01/testsuite.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/synth/func01/testsuite.sh b/testsuite/synth/func01/testsuite.sh index c87986336..7c9a78748 100755 --- a/testsuite/synth/func01/testsuite.sh +++ b/testsuite/synth/func01/testsuite.sh @@ -2,14 +2,14 @@ . ../../testenv.sh -for t in func01 func02 func03 func04 func05 func06 func07; do +for t in func01 func02 func03 func04 func05 func06 func07 func08; 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 |