aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/ghdl-issues/issue2373/async_test-star.sby
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/ghdl-issues/issue2373/async_test-star.sby')
-rw-r--r--testsuite/ghdl-issues/issue2373/async_test-star.sby23
1 files changed, 23 insertions, 0 deletions
diff --git a/testsuite/ghdl-issues/issue2373/async_test-star.sby b/testsuite/ghdl-issues/issue2373/async_test-star.sby
new file mode 100644
index 0000000..ef26a1f
--- /dev/null
+++ b/testsuite/ghdl-issues/issue2373/async_test-star.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-star.vhdl -e tb_dut
+prep -top tb_dut
+
+[files]
+dut.vhdl
+tb_dut-star.vhdl
+tb_dut-plus.vhdl
+