diff options
Diffstat (limited to 'testsuite/synth/arr01')
-rwxr-xr-x | testsuite/synth/arr01/testsuite.sh | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/testsuite/synth/arr01/testsuite.sh b/testsuite/synth/arr01/testsuite.sh index f6fd4ba56..9e8ea74c5 100755 --- a/testsuite/synth/arr01/testsuite.sh +++ b/testsuite/synth/arr01/testsuite.sh @@ -3,14 +3,7 @@ . ../../testenv.sh for t in arr01 arr02 arr04 arr05 arr06 arr07 arr09; 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 - clean + synth_tb $t done echo "Test successful" |