diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-04-08 08:25:07 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-04-08 08:25:42 +0200 |
commit | 33043febf136c4d1096b83885ec5823b8c2bb843 (patch) | |
tree | 128fc57c9d8f12be0f6d91b27f178e6929a68827 /testsuite/synth/issue2025/testsuite.sh | |
parent | ffa28213ac5ce4968fc3fb4cdd6f94cdafc8344d (diff) | |
download | ghdl-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-x | testsuite/synth/issue2025/testsuite.sh | 7 |
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" |