aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2035/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/issue2035/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2035/testsuite.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/issue2035/testsuite.sh b/testsuite/synth/issue2035/testsuite.sh
new file mode 100755
index 000000000..f1064aaca
--- /dev/null
+++ b/testsuite/synth/issue2035/testsuite.sh
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+export GHDL_STD_FLAGS=--std=08
+synth -Werror cdc_fifo_rtl.vhdl -e > syn_cdc_fifo_rtl.vhdl
+
+echo "Test successful"