diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-09-30 20:12:22 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-09-30 20:12:22 +0200 |
commit | 8f72876faee71c9e0d2b07f4c2f6353f85481b98 (patch) | |
tree | f55b557573b96436da3bb5a7f874d572a2671cf0 /testsuite/synth/issue954/testsuite.sh | |
parent | 5d3046e8145663bbe3fc8651d12ff0f5eb2fc643 (diff) | |
download | ghdl-8f72876faee71c9e0d2b07f4c2f6353f85481b98.tar.gz ghdl-8f72876faee71c9e0d2b07f4c2f6353f85481b98.tar.bz2 ghdl-8f72876faee71c9e0d2b07f4c2f6353f85481b98.zip |
testsuite/synth: add testcase for #954
Diffstat (limited to 'testsuite/synth/issue954/testsuite.sh')
-rwxr-xr-x | testsuite/synth/issue954/testsuite.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/synth/issue954/testsuite.sh b/testsuite/synth/issue954/testsuite.sh new file mode 100755 index 000000000..54e687d28 --- /dev/null +++ b/testsuite/synth/issue954/testsuite.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +. ../../testenv.sh + +for f in ent; do + synth $f.vhdl -e $f > syn_$f.vhdl +# analyze syn_$f.vhdl +done +clean + +echo "Test successful" |