summaryrefslogtreecommitdiff
path: root/passes/sat/eval.cc
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-09-23 07:11:40 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2016-09-23 07:11:40 +0200
commit5e5a84772ea91c96abc74d5d456ca7bf26127c4a (patch)
tree7d3b054da867cfce96dfb4fdc61feb8e917a4b46 /passes/sat/eval.cc
parent324696a07a1a9822022362ed79875a9f1fee124c (diff)
parent4f096fe65b77435daba019248273e547fa18d167 (diff)
Merge tag 'upstream/0.6+20160920git0c697b9'
Diffstat (limited to 'passes/sat/eval.cc')
-rw-r--r--passes/sat/eval.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/sat/eval.cc b/passes/sat/eval.cc
index 614a1bd3..09f69cc5 100644
--- a/passes/sat/eval.cc
+++ b/passes/sat/eval.cc
@@ -389,7 +389,7 @@ struct EvalPass : public Pass {
std::vector<std::string> shows, tables;
bool set_undef = false;
- log_header("Executing EVAL pass (evaluate the circuit given an input).\n");
+ log_header(design, "Executing EVAL pass (evaluate the circuit given an input).\n");
size_t argidx;
for (argidx = 1; argidx < args.size(); argidx++) {