diff options
Diffstat (limited to 'testsuite/synth/oper01/testsuite.sh')
-rwxr-xr-x | testsuite/synth/oper01/testsuite.sh | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/testsuite/synth/oper01/testsuite.sh b/testsuite/synth/oper01/testsuite.sh index d91a4e941..b96f0789d 100755 --- a/testsuite/synth/oper01/testsuite.sh +++ b/testsuite/synth/oper01/testsuite.sh @@ -3,14 +3,9 @@ . ../../testenv.sh for t in snum01 snum02 snum03 snum04 snum05 cmp01 cmp02 match01 uns01; do - analyze $t.vhdl tb_$t.vhdl - elab_simulate tb_$t --ieee-asserts=disable-at-0 - clean - - synth $t.vhdl -e $t > syn_$t.vhdl - analyze syn_$t.vhdl tb_$t.vhdl - elab_simulate tb_$t --ieee-asserts=disable-at-0 - clean + synth_tb $t done +synth_only snum06 + echo "Test successful" |