mirror of
https://github.com/YosysHQ/sby.git
synced 2026-06-30 16:48:56 +00:00
small fixes + add regression tests for aiger and btor engines exercising all options
This commit is contained in:
parent
055a3b5d8b
commit
e8bf66d4f0
4 changed files with 129 additions and 3 deletions
|
|
@ -11,9 +11,11 @@ REQUIRED_TOOLS = {
|
|||
("smtbmc", "abc"): ["yosys-abc"],
|
||||
("aiger", "suprove"): ["suprove", "yices"],
|
||||
("aiger", "avy"): ["avy", "yices"],
|
||||
("aiger", "rIC3"): ["rIC3", "yices"],
|
||||
("aiger", "aigbmc"): ["aigbmc", "yices"],
|
||||
("btor", "btormc"): ["btormc", "btorsim"],
|
||||
("btor", "pono"): ["pono", "btorsim"],
|
||||
("btor", "rIC3"): ["rIC3", "btorsim"],
|
||||
("abc"): ["yices"],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue