diff options
Diffstat (limited to 'testsuite/synth/const01/testsuite.sh')
-rwxr-xr-x | testsuite/synth/const01/testsuite.sh | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/testsuite/synth/const01/testsuite.sh b/testsuite/synth/const01/testsuite.sh index 1a49d8a5d..e72cffdcd 100755 --- a/testsuite/synth/const01/testsuite.sh +++ b/testsuite/synth/const01/testsuite.sh @@ -3,14 +3,11 @@ . ../../testenv.sh for t in const01; 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 --ieee-asserts=disable-at-0 - clean + synth_tb $t done +# synth const02.vhdl -e > syn_const02.vhdl +synth_analyze const03 +clean + echo "Test successful" |