3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-01-19 10:43:20 +00:00

Update sbysrc/sby_engine_btor.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Yuheng Su 2025-12-09 09:42:41 +08:00 committed by GitHub
parent c3f6986aad
commit 2c75668dde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -295,8 +295,6 @@ def run(mode, task, engine_idx, engine):
if common_state.solver_status is None:
common_state.solver_status = "sat"
return line
print(line, file=proc.logfile)
return None