diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-01-01 11:48:46 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-01-01 14:15:40 +0100 |
commit | 28a81b3a60952607c03191b8f71e11588047c721 (patch) | |
tree | ada0d8ca32e9e08bdaec56acca2e1a39282adcb8 /testsuite/synth/issue1572/testsuite.sh | |
parent | cbeafcc2a33209e6825e590561726cf10ef66d11 (diff) | |
download | ghdl-28a81b3a60952607c03191b8f71e11588047c721.tar.gz ghdl-28a81b3a60952607c03191b8f71e11588047c721.tar.bz2 ghdl-28a81b3a60952607c03191b8f71e11588047c721.zip |
testsuite/synth: add a test for #1572
Diffstat (limited to 'testsuite/synth/issue1572/testsuite.sh')
-rwxr-xr-x | testsuite/synth/issue1572/testsuite.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/issue1572/testsuite.sh b/testsuite/synth/issue1572/testsuite.sh new file mode 100755 index 000000000..75017b449 --- /dev/null +++ b/testsuite/synth/issue1572/testsuite.sh @@ -0,0 +1,7 @@ +#! /bin/sh + +. ../../testenv.sh + +synth --std=08 ent.vhdl ent.psl -e > syn_ent.vhdl + +echo "Test successful" |