projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d731fe0
)
flatten: clean up log messages.
author
whitequark
<whitequark@whitequark.org>
Wed, 3 Jun 2020 20:06:04 +0000
(20:06 +0000)
committer
whitequark
<whitequark@whitequark.org>
Thu, 4 Jun 2020 12:22:59 +0000
(12:22 +0000)
passes/techmap/flatten.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/flatten.cc
b/passes/techmap/flatten.cc
index 0a941d847e49606aedf0c5eb080f1a2b0a1283dd..027bb137d56527bb253b620ff14ef94200c69017 100644
(file)
--- a/
passes/techmap/flatten.cc
+++ b/
passes/techmap/flatten.cc
@@
-261,7
+261,7
@@
struct FlattenWorker
continue;
if (cell->get_bool_attribute(ID::keep_hierarchy) || tpl->get_bool_attribute(ID::keep_hierarchy)) {
- log("Keeping %s.%s (found keep_hierarchy
property
).\n", log_id(module), log_id(cell));
+ log("Keeping %s.%s (found keep_hierarchy
attribute
).\n", log_id(module), log_id(cell));
used_modules.insert(tpl);
continue;
}