Skip to content

Commit

Permalink
Emit status db update from aigsmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jix committed Feb 20, 2024
1 parent 6ba762d commit d3a6f2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sbysrc/sby_engine_aiger.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def output_callback2(line):
cell_name = match[3] or match[2]
prop = task.design.hierarchy.find_property_by_cellname(cell_name, trans_dict=smt2_trans)
prop.status = "FAIL"
task.status_db.set_task_property_status(prop, data=dict(source="aigsmt", engine=f"engine_{engine_idx}"))
last_prop.append(prop)
return line

Expand Down

0 comments on commit d3a6f2d

Please sign in to comment.