mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-09 15:43:25 +00:00
flatten: clean up log messages.
This commit is contained in:
parent
d731fe054b
commit
5a5a9b4ffe
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ struct FlattenWorker
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (cell->get_bool_attribute(ID::keep_hierarchy) || tpl->get_bool_attribute(ID::keep_hierarchy)) {
|
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);
|
used_modules.insert(tpl);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue