aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2043/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-04-28 07:30:40 +0200
committerTristan Gingold <tgingold@free.fr>2022-04-28 07:30:40 +0200
commit496dd0adacabcad79146f7beadefc9e938f8ef9f (patch)
tree6d5e45ec96d77c8b5db8685e5520c94c010918eb /testsuite/synth/issue2043/testsuite.sh
parent480b62181dd3e7d9e598de5672e1aa471d9355f9 (diff)
downloadghdl-496dd0adacabcad79146f7beadefc9e938f8ef9f.tar.gz
ghdl-496dd0adacabcad79146f7beadefc9e938f8ef9f.tar.bz2
ghdl-496dd0adacabcad79146f7beadefc9e938f8ef9f.zip
testsuite/synth: add a test for #2043
Diffstat (limited to 'testsuite/synth/issue2043/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2043/testsuite.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/synth/issue2043/testsuite.sh b/testsuite/synth/issue2043/testsuite.sh
new file mode 100755
index 000000000..47236f448
--- /dev/null
+++ b/testsuite/synth/issue2043/testsuite.sh
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+GHDL_SYNTH_FLAGS=--latches
+
+synth_tb ent1
+synth_only ent
+
+clean
+echo "Test successful"