diff options
Diffstat (limited to 'testsuite/synth/asgn01/testsuite.sh')
-rwxr-xr-x | testsuite/synth/asgn01/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/asgn01/testsuite.sh b/testsuite/synth/asgn01/testsuite.sh index 8595e02ab..cb5ed0fb6 100755 --- a/testsuite/synth/asgn01/testsuite.sh +++ b/testsuite/synth/asgn01/testsuite.sh @@ -2,7 +2,7 @@ . ../../testenv.sh -for t in arr04; do +for t in asgn01 asgn02 arr04; do analyze $t.vhdl tb_$t.vhdl elab_simulate tb_$t clean |