aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue412/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/issue412/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue412/testsuite.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/synth/issue412/testsuite.sh b/testsuite/synth/issue412/testsuite.sh
new file mode 100755
index 000000000..0fe7c9ba9
--- /dev/null
+++ b/testsuite/synth/issue412/testsuite.sh
@@ -0,0 +1,13 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+
+synth generic_sfifo.vhdl my_fifo.vhdl -e > syn_my_fifo.vhdl
+
+analyze syn_my_fifo.vhdl tb_my_fifo.vhdl
+elab_simulate tb_my_fifo
+clean
+
+echo "Test successful"