mirror of
https://github.com/YosysHQ/sby.git
synced 2026-07-09 04:50:19 +00:00
don't call yosys-witness on (unsupported) justice witnesses
This commit is contained in:
parent
d11cc34cb3
commit
b2b067757e
1 changed files with 3 additions and 0 deletions
|
|
@ -181,6 +181,9 @@ def aigsmt_exit_callback(task, engine_idx, proc_status, *, run_aigsmt, smtbmc_vc
|
|||
task.update_status(proc_status)
|
||||
task.summary.set_engine_status(engine_idx, proc_status)
|
||||
task.terminate()
|
||||
if task.opt_mode == "live":
|
||||
# we don't have any tools to process or visualize justice (lasso) witnesses
|
||||
return
|
||||
if proc_status == "FAIL" and (not run_aigsmt or task.opt_aigsmt != "none"):
|
||||
aigsmt_trace_callback(task, engine_idx, proc_status, run_aigsmt=run_aigsmt, smtbmc_vcd=smtbmc_vcd, smtbmc_append=smtbmc_append, sim_append=sim_append)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue