3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-17 10:22:17 +00:00

Add aiger engine

This commit is contained in:
Clifford Wolf 2017-02-19 23:53:01 +01:00
parent 404f8de16d
commit b5be4a5759
9 changed files with 153 additions and 15 deletions

View file

@ -86,6 +86,8 @@ def run(mode, job, engine_idx, engine):
match = re.match(r"^## [0-9: ]+ Status: PASSED", line)
if match: task_status = "PASS"
return line
def exit_callback(retcode):
assert task_status is not None