aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1126/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-02-10 18:37:13 +0100
committerTristan Gingold <tgingold@free.fr>2020-02-10 18:37:13 +0100
commitddd3ad54ef05f593264477bb2ac04228af3d8329 (patch)
treee2ff670091cc9474ea17d5bb9b19de8f8c5479c1 /testsuite/synth/issue1126/testsuite.sh
parent2d8a360c5335c4b497670fd27cb2c10d20ff4533 (diff)
downloadghdl-ddd3ad54ef05f593264477bb2ac04228af3d8329.tar.gz
ghdl-ddd3ad54ef05f593264477bb2ac04228af3d8329.tar.bz2
ghdl-ddd3ad54ef05f593264477bb2ac04228af3d8329.zip
testsuite/synth: add testcase for #1126
Diffstat (limited to 'testsuite/synth/issue1126/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1126/testsuite.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/synth/issue1126/testsuite.sh b/testsuite/synth/issue1126/testsuite.sh
new file mode 100755
index 000000000..c14b41fcd
--- /dev/null
+++ b/testsuite/synth/issue1126/testsuite.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+for t in bch_128x64; do
+ synth $t.vhdl -e $t > syn_$t.vhdl
+ analyze syn_$t.vhdl
+ clean
+done
+
+echo "Test successful"