aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/ghdl-issues/issue2392/async_test-0.sby
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-03-15 07:47:24 +0100
committerTristan Gingold <tgingold@free.fr>2023-03-15 07:47:24 +0100
commit7a71af5845b0789d2a8169336d0e07a4c27beb1d (patch)
tree106fa04deadc42134bdae05130e07f49a6e51f74 /testsuite/ghdl-issues/issue2392/async_test-0.sby
parentdbd1c189a8fff1e7c322ffd7264ea339bf911115 (diff)
downloadghdl-yosys-plugin-7a71af5845b0789d2a8169336d0e07a4c27beb1d.tar.gz
ghdl-yosys-plugin-7a71af5845b0789d2a8169336d0e07a4c27beb1d.tar.bz2
ghdl-yosys-plugin-7a71af5845b0789d2a8169336d0e07a4c27beb1d.zip
testsuite: add a test for #2392
Diffstat (limited to 'testsuite/ghdl-issues/issue2392/async_test-0.sby')
-rw-r--r--testsuite/ghdl-issues/issue2392/async_test-0.sby22
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuite/ghdl-issues/issue2392/async_test-0.sby b/testsuite/ghdl-issues/issue2392/async_test-0.sby
new file mode 100644
index 0000000..af08f14
--- /dev/null
+++ b/testsuite/ghdl-issues/issue2392/async_test-0.sby
@@ -0,0 +1,22 @@
+[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-0.vhdl -e tb_dut
+prep -top tb_dut
+
+[files]
+dut.vhdl
+tb_dut-0.vhdl
+