aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2336/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-02-03 19:11:42 +0100
committerTristan Gingold <tgingold@free.fr>2023-02-03 19:11:42 +0100
commite760a611da905b740f50ab02a58ed6b845e78af3 (patch)
tree2df075599edce7a2aa9ab3a691b0dc560df04c1a /testsuite/synth/issue2336/testsuite.sh
parent647546bd637e2d2b55dd1db00e277dff56ad36c1 (diff)
downloadghdl-e760a611da905b740f50ab02a58ed6b845e78af3.tar.gz
ghdl-e760a611da905b740f50ab02a58ed6b845e78af3.tar.bz2
ghdl-e760a611da905b740f50ab02a58ed6b845e78af3.zip
testsuite/synth: add a test for #2336
Diffstat (limited to 'testsuite/synth/issue2336/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2336/testsuite.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/issue2336/testsuite.sh b/testsuite/synth/issue2336/testsuite.sh
new file mode 100755
index 000000000..d4aa0cfa4
--- /dev/null
+++ b/testsuite/synth/issue2336/testsuite.sh
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+synth_failure top_ecp5pll.vhd ecp5pll.vhd -e top_ecp5pll
+
+echo "Test successful"