diff options
Diffstat (limited to 'testsuite/synth/output01/testsuite.sh')
-rwxr-xr-x | testsuite/synth/output01/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/output01/testsuite.sh b/testsuite/synth/output01/testsuite.sh index 063bb7111..a32d2c431 100755 --- a/testsuite/synth/output01/testsuite.sh +++ b/testsuite/synth/output01/testsuite.sh @@ -2,7 +2,7 @@ . ../../testenv.sh -for t in output01 output06; do +for t in output01 output06 output07; do analyze $t.vhdl tb_$t.vhdl elab_simulate tb_$t clean |