mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-06 14:24:08 +00:00
Merge pull request #199 from nakengelhardt/add_cvc5_tool_rule
add cvc5 executable to required tool mapping
This commit is contained in:
commit
a498e1e9a1
|
@ -4,6 +4,7 @@ REQUIRED_TOOLS = {
|
|||
("smtbmc", "yices"): ["yices-smt2"],
|
||||
("smtbmc", "z3"): ["z3"],
|
||||
("smtbmc", "cvc4"): ["cvc4"],
|
||||
("smtbmc", "cvc5"): ["cvc5"],
|
||||
("smtbmc", "mathsat"): ["mathsat"],
|
||||
("smtbmc", "boolector"): ["boolector"],
|
||||
("smtbmc", "bitwuzla"): ["bitwuzla"],
|
||||
|
|
Loading…
Reference in a new issue