aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2023/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/issue2023/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2023/testsuite.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/synth/issue2023/testsuite.sh b/testsuite/synth/issue2023/testsuite.sh
new file mode 100755
index 000000000..67a9daa1a
--- /dev/null
+++ b/testsuite/synth/issue2023/testsuite.sh
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_FLAGS=-fsynopsys
+
+analyze delay_bit.vhd delay_vector.vhd async_dpram.vhd abs_square.vhd test_comp.vhd
+synth test_comp > syn_test_comp.vhdl
+
+clean
+
+echo "Test successful"