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:
parent
404f8de16d
commit
b5be4a5759
9 changed files with 153 additions and 15 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue