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:
parent
e57071a376
commit
a8f3f4bba2
1 changed files with 1 additions and 1 deletions
|
|
@ -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]}.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue