mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 22:14:08 +00:00
fix error message formatting
This commit is contained in:
parent
494f84b0ab
commit
7bae1b8bba
|
@ -131,7 +131,7 @@ def run(mode, job, engine_idx, engine):
|
||||||
assert common_state.produced_cex == 0
|
assert common_state.produced_cex == 0
|
||||||
|
|
||||||
else:
|
else:
|
||||||
job.error("engine_{}: BTOR solver '{}' is currently not supported in cover mode.".format(solver_args[0]))
|
job.error("engine_{}: BTOR solver '{}' is currently not supported in cover mode.".format(engine_idx, solver_args[0]))
|
||||||
|
|
||||||
if (common_state.produced_cex < common_state.expected_cex) and line == "sat":
|
if (common_state.produced_cex < common_state.expected_cex) and line == "sat":
|
||||||
assert common_state.wit_file == None
|
assert common_state.wit_file == None
|
||||||
|
|
Loading…
Reference in a new issue