mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-13 02:34:44 +00:00
bufnorm log_debug to reduce time
This commit is contained in:
parent
8ec83c8189
commit
2b4e175698
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ struct BufnormPass : public Pass {
|
|||
}
|
||||
|
||||
if (w->name.isPublic())
|
||||
log(" directly driven by cell %s port %s: %s\n",
|
||||
log_debug(" directly driven by cell %s port %s: %s\n",
|
||||
log_id(cell), log_id(conn.first), log_id(w));
|
||||
|
||||
for (auto bit : SigSpec(w))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue