mirror of
https://github.com/YosysHQ/sby.git
synced 2025-07-24 07:08:57 +00:00
Yices 2 is the new default solver for yosys-smtbmc
This commit is contained in:
parent
7f871ec89a
commit
a2c1dd3f91
5 changed files with 19 additions and 7 deletions
|
@ -22,7 +22,7 @@ from sby_core import SbyTask
|
|||
def run(job):
|
||||
job.handle_int_option("depth", 20)
|
||||
job.handle_int_option("append", 0)
|
||||
job.handle_str_option("aigsmt", "z3")
|
||||
job.handle_str_option("aigsmt", "yices")
|
||||
|
||||
job.status = "UNKNOWN"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue