diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-07-13 17:33:16 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-07-13 17:33:16 +0200 |
commit | a12c857af5ce335b0b05ee774bd6e08ba6b17846 (patch) | |
tree | 5c77f280753a1a010b1209af97f42ffefc7daa03 /testsuite/synth/comp01 | |
parent | 96a4d6e8206ccba37b0fc8a8e492c561631f3a9f (diff) | |
download | ghdl-a12c857af5ce335b0b05ee774bd6e08ba6b17846.tar.gz ghdl-a12c857af5ce335b0b05ee774bd6e08ba6b17846.tar.bz2 ghdl-a12c857af5ce335b0b05ee774bd6e08ba6b17846.zip |
Add a test for previous commit.
Diffstat (limited to 'testsuite/synth/comp01')
-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" |