aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/ghdl-issues/issue2373/async_test-plus.sby
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-03-09 07:28:55 +0100
committerTristan Gingold <tgingold@free.fr>2023-03-09 07:29:59 +0100
commit205225940055320bbe26253aca292771b1799cc4 (patch)
tree699683424aeb82b8007114378f125d0e0c2aa63a /testsuite/ghdl-issues/issue2373/async_test-plus.sby
parentd7b09b78b15e69c8f55d0461ef9254421c879010 (diff)
downloadghdl-yosys-plugin-205225940055320bbe26253aca292771b1799cc4.tar.gz
ghdl-yosys-plugin-205225940055320bbe26253aca292771b1799cc4.tar.bz2
ghdl-yosys-plugin-205225940055320bbe26253aca292771b1799cc4.zip
testsuite: add a test, close ghdl/ghdl#2373
Diffstat (limited to 'testsuite/ghdl-issues/issue2373/async_test-plus.sby')
-rw-r--r--testsuite/ghdl-issues/issue2373/async_test-plus.sby23
1 files changed, 23 insertions, 0 deletions
diff --git a/testsuite/ghdl-issues/issue2373/async_test-plus.sby b/testsuite/ghdl-issues/issue2373/async_test-plus.sby
new file mode 100644
index 0000000..de26b36
--- /dev/null
+++ b/testsuite/ghdl-issues/issue2373/async_test-plus.sby
@@ -0,0 +1,23 @@
+[tasks]
+prove
+bmc
+cover
+
+[options]
+bmc: mode bmc
+cover: mode cover
+prove: mode bmc
+depth 50
+
+[engines]
+prove: smtbmc z3
+
+[script]
+ghdl --std=08 dut.vhdl tb_dut-plus.vhdl -e tb_dut
+prep -top tb_dut
+
+[files]
+dut.vhdl
+tb_dut-star.vhdl
+tb_dut-plus.vhdl
+