aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/comp01
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-13 17:33:16 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-13 17:33:16 +0200
commita12c857af5ce335b0b05ee774bd6e08ba6b17846 (patch)
tree5c77f280753a1a010b1209af97f42ffefc7daa03 /testsuite/synth/comp01
parent96a4d6e8206ccba37b0fc8a8e492c561631f3a9f (diff)
downloadghdl-a12c857af5ce335b0b05ee774bd6e08ba6b17846.tar.gz
ghdl-a12c857af5ce335b0b05ee774bd6e08ba6b17846.tar.bz2
ghdl-a12c857af5ce335b0b05ee774bd6e08ba6b17846.zip
Add a test for previous commit.
Diffstat (limited to 'testsuite/synth/comp01')
-rwxr-xr-xtestsuite/synth/comp01/testsuite.sh3
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"