mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-17 12:44:46 +00:00
Cleanup
This commit is contained in:
parent
f76fd9280b
commit
fd811ddaee
23 changed files with 39 additions and 126 deletions
|
@ -391,7 +391,7 @@ struct BufnormPass : public Pass {
|
|||
}
|
||||
|
||||
if (w->name.isPublic())
|
||||
log_debug(" directly driven by cell %s port %s: %s\n",
|
||||
log(" 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