summaryrefslogtreecommitdiff
path: root/passes/techmap/aigmap.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/techmap/aigmap.cc
parent324696a07a1a9822022362ed79875a9f1fee124c (diff)
parent4f096fe65b77435daba019248273e547fa18d167 (diff)
Merge tag 'upstream/0.6+20160920git0c697b9'
Diffstat (limited to 'passes/techmap/aigmap.cc')
-rw-r--r--passes/techmap/aigmap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/aigmap.cc b/passes/techmap/aigmap.cc
index db1c731e..b9ac7ade 100644
--- a/passes/techmap/aigmap.cc
+++ b/passes/techmap/aigmap.cc
@@ -41,7 +41,7 @@ struct AigmapPass : public Pass {
{
bool nand_mode = false;
- log_header("Executing AIGMAP pass (map logic to AIG).\n");
+ log_header(design, "Executing AIGMAP pass (map logic to AIG).\n");
size_t argidx;
for (argidx = 1; argidx < args.size(); argidx++)