mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-07 14:45:18 +00:00
Test that cvc4 and cvc5 can be used
This commit is contained in:
parent
4a9511b80b
commit
d0da57f54f
|
@ -1,6 +1,8 @@
|
||||||
[tasks]
|
[tasks]
|
||||||
btormc
|
btormc
|
||||||
pono
|
pono
|
||||||
|
cvc4
|
||||||
|
cvc5
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
mode bmc
|
mode bmc
|
||||||
|
@ -10,6 +12,8 @@ expect fail
|
||||||
[engines]
|
[engines]
|
||||||
btormc: btor btormc
|
btormc: btor btormc
|
||||||
pono: btor pono
|
pono: btor pono
|
||||||
|
cvc4: smtbmc cvc4
|
||||||
|
cvc5: smtbmc cvc5
|
||||||
|
|
||||||
[script]
|
[script]
|
||||||
read -formal demo.sv
|
read -formal demo.sv
|
||||||
|
|
Loading…
Reference in a new issue