aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2025/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-04-08 08:25:07 +0200
committerTristan Gingold <tgingold@free.fr>2022-04-08 08:25:42 +0200
commit33043febf136c4d1096b83885ec5823b8c2bb843 (patch)
tree128fc57c9d8f12be0f6d91b27f178e6929a68827 /testsuite/synth/issue2025/testsuite.sh
parentffa28213ac5ce4968fc3fb4cdd6f94cdafc8344d (diff)
downloadghdl-33043febf136c4d1096b83885ec5823b8c2bb843.tar.gz
ghdl-33043febf136c4d1096b83885ec5823b8c2bb843.tar.bz2
ghdl-33043febf136c4d1096b83885ec5823b8c2bb843.zip
testsuite/synth: add a test for #2025
Diffstat (limited to 'testsuite/synth/issue2025/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2025/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/issue2025/testsuite.sh b/testsuite/synth/issue2025/testsuite.sh
new file mode 100755
index 000000000..d567f2581
--- /dev/null
+++ b/testsuite/synth/issue2025/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth --std=08 wb_standard_axi4_lite_bridge_rtl.vhd wb_standard_axi4_lite_bridge.psl wb_standard_formal_psl.vhd -e wb_standard_axi4_lite_bridge > syn_bridge.vhdl
+
+echo "Test successful"