projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df64542
)
Improved an error message
author
Clifford Wolf
<clifford@clifford.at>
Tue, 27 Jan 2015 23:46:00 +0000
(
00:46
+0100)
committer
Clifford Wolf
<clifford@clifford.at>
Tue, 27 Jan 2015 23:46:00 +0000
(
00:46
+0100)
passes/sat/sat.cc
patch
|
blob
|
history
diff --git
a/passes/sat/sat.cc
b/passes/sat/sat.cc
index 468b49fd7962e3217eaddfbfc70e6326b79a0c40..1aae421f0bb04949765c6121cf85d5819e51b642 100644
(file)
--- a/
passes/sat/sat.cc
+++ b/
passes/sat/sat.cc
@@
-1166,7
+1166,7
@@
struct SatPass : public Pass {
log_cmd_error("Got -tempinduct but nothing to prove!\n");
if (prove_skip && tempinduct)
- log_cmd_error("Options -prove-skip and -tempinduct don't work with each other.\n");
+ log_cmd_error("Options -prove-skip and -tempinduct don't work with each other.
Use -seq instead of -prove-skip.
\n");
if (prove_skip >= seq_len && prove_skip > 0)
log_cmd_error("The value of -prove-skip must be smaller than the one of -seq.\n");