3
0
Fork 0
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:
Akash Levy 2025-01-09 19:24:54 -08:00
parent 8ec83c8189
commit 2b4e175698

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