mirror of
https://github.com/YosysHQ/sby.git
synced 2025-12-28 07:46:38 +00:00
Update sbysrc/sby_engine_btor.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f1fdb26ffa
commit
5b2058c628
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