projects
/
SymbiYosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
494f84b
)
fix error message formatting
author
N. Engelhardt
<nak@symbioticeda.com>
Tue, 21 Jul 2020 12:48:38 +0000
(14:48 +0200)
committer
N. Engelhardt
<nak@symbioticeda.com>
Tue, 21 Jul 2020 12:48:38 +0000
(14:48 +0200)
sbysrc/sby_engine_btor.py
patch
|
blob
|
history
diff --git
a/sbysrc/sby_engine_btor.py
b/sbysrc/sby_engine_btor.py
index 4828d6f3173e6eb779c739e7fcc3f67edf10b950..79c071ce044879c0166260f1c5b8bec85363473d 100644
(file)
--- a/
sbysrc/sby_engine_btor.py
+++ b/
sbysrc/sby_engine_btor.py
@@
-131,7
+131,7
@@
def run(mode, job, engine_idx, engine):
assert common_state.produced_cex == 0
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":
assert common_state.wit_file == None