mirror of
https://github.com/YosysHQ/sby.git
synced 2025-07-29 01:17:59 +00:00
Add support for "aigsmt none" option
This commit is contained in:
parent
a2c1dd3f91
commit
ff054ab88b
3 changed files with 6 additions and 3 deletions
|
@ -87,7 +87,7 @@ def run(mode, job, engine_idx, engine):
|
|||
|
||||
job.terminate()
|
||||
|
||||
if task_status == "FAIL":
|
||||
if task_status == "FAIL" and job.opt_aigsmt != "none":
|
||||
if produced_cex:
|
||||
if mode == "live":
|
||||
task2 = SbyTask(job, "engine_%d" % engine_idx, job.model("smt2"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue