3
0
Fork 0
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:
N. Engelhardt 2026-06-18 11:15:00 +02:00
parent 055a3b5d8b
commit e8bf66d4f0
4 changed files with 129 additions and 3 deletions

View file

@ -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"],
}