diff options
-rwxr-xr-x | testsuite/synth/comp01/testsuite.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/synth/comp01/testsuite.sh b/testsuite/synth/comp01/testsuite.sh index 108959752..5b3e4d8ac 100755 --- a/testsuite/synth/comp01/testsuite.sh +++ b/testsuite/synth/comp01/testsuite.sh @@ -26,4 +26,7 @@ analyze syn_and6.vhdl tb_and6.vhdl elab_simulate tb_and6 clean +# Black box +synth and6comp.vhdl -e and6 > syn_and6bb.vhdl + echo "Test successful" |