mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-06 14:24:08 +00:00
Merge pull request #173 from jix/test-cvc
Test that cvc4 and cvc5 can be used
This commit is contained in:
commit
1d21513a47
|
@ -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