bufnorm log_debug to reduce time

This commit is contained in:
Akash Levy 2025-01-09 19:24:54 -08:00
parent 8ec83c8189
commit 2b4e175698
1 changed files with 1 additions and 1 deletions

View File

@ -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))