diff options
Diffstat (limited to 'testsuite/synth/subprg01/testsuite.sh')
-rwxr-xr-x | testsuite/synth/subprg01/testsuite.sh | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/testsuite/synth/subprg01/testsuite.sh b/testsuite/synth/subprg01/testsuite.sh index 82e200888..a9a3f3f9f 100755 --- a/testsuite/synth/subprg01/testsuite.sh +++ b/testsuite/synth/subprg01/testsuite.sh @@ -2,15 +2,8 @@ . ../../testenv.sh -for t in subprg01; 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 +for t in subprg01 subprg02; do + synth_tb $t done echo "Test successful" |