3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-06-30 00:28:54 +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:34:19 +08:00 committed by N. Engelhardt
parent e57071a376
commit a8f3f4bba2

View file

@ -85,7 +85,7 @@ def run(mode, task, engine_idx, engine):
+ solver_args[1:]
)
else:
task.error("The rIC3 solver is only supported in bmc and prove mode.")
task.error("The rIC3 solver is only supported in bmc and prove modes.")
else:
task.error(f"Invalid solver command {solver_args[0]}.")