mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-12 08:28:16 +00:00
Merge pull request #268 from YosysHQ/KrystalDelusion-patch-1
Update sby_engine_abc.py
This commit is contained in:
commit
e30a0fe611
|
@ -182,7 +182,7 @@ def run(mode, task, engine_idx, engine):
|
||||||
match = re.match(r"^Output [0-9]+ of miter .* was asserted in frame [0-9]+.", line)
|
match = re.match(r"^Output [0-9]+ of miter .* was asserted in frame [0-9]+.", line)
|
||||||
if match: proc_status = "FAIL"
|
if match: proc_status = "FAIL"
|
||||||
|
|
||||||
match = re.match(r"^Proved output +([0-9]+) in frame +[0-9]+", line)
|
match = re.match(r"^Proved output +([0-9]+) in frame +-?[0-9]+", line)
|
||||||
if match:
|
if match:
|
||||||
output = int(match[1])
|
output = int(match[1])
|
||||||
prop = aiger_props[output]
|
prop = aiger_props[output]
|
||||||
|
|
Loading…
Reference in a new issue