diff options
Diffstat (limited to 'testsuite/synth/comp01/testsuite.sh')
-rwxr-xr-x | testsuite/synth/comp01/testsuite.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/synth/comp01/testsuite.sh b/testsuite/synth/comp01/testsuite.sh index c16175e4c..108959752 100755 --- a/testsuite/synth/comp01/testsuite.sh +++ b/testsuite/synth/comp01/testsuite.sh @@ -6,6 +6,7 @@ . ../../testenv.sh +# Direct instance analyze and3.vhdl and6.vhdl tb_and6.vhdl elab_simulate tb_and6 clean @@ -15,4 +16,14 @@ analyze syn_and6.vhdl tb_and6.vhdl elab_simulate tb_and6 clean +# Component instance +analyze and3.vhdl and6comp.vhdl tb_and6.vhdl +elab_simulate tb_and6 +clean + +synth and3.vhdl and6comp.vhdl -e and6 > syn_and6.vhdl +analyze syn_and6.vhdl tb_and6.vhdl +elab_simulate tb_and6 +clean + echo "Test successful" |