diff options
author | Tristan Gingold <tgingold@free.fr> | 2023-03-15 07:47:24 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2023-03-15 07:47:24 +0100 |
commit | 7a71af5845b0789d2a8169336d0e07a4c27beb1d (patch) | |
tree | 106fa04deadc42134bdae05130e07f49a6e51f74 /testsuite/ghdl-issues/issue2392/async_test.sby | |
parent | dbd1c189a8fff1e7c322ffd7264ea339bf911115 (diff) | |
download | ghdl-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.sby')
-rw-r--r-- | testsuite/ghdl-issues/issue2392/async_test.sby | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuite/ghdl-issues/issue2392/async_test.sby b/testsuite/ghdl-issues/issue2392/async_test.sby new file mode 100644 index 0000000..734ed90 --- /dev/null +++ b/testsuite/ghdl-issues/issue2392/async_test.sby @@ -0,0 +1,22 @@ +[tasks] +prove +bmc +cover + +[options] +bmc: mode bmc +cover: mode cover +prove: mode bmc +depth 50 + +[engines] +smtbmc z3 + +[script] +ghdl --std=08 dut.vhdl tb_dut.vhdl -e tb_dut +prep -top tb_dut + +[files] +dut.vhdl +tb_dut.vhdl + |