mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-16 07:05:37 +00:00
Refactored uses of log_id()
This commit is contained in:
parent
89d83a3410
commit
e41b969da2
186 changed files with 1219 additions and 1220 deletions
|
|
@ -320,8 +320,8 @@ struct ModIndex : public RTLIL::Monitor
|
|||
if (it.second.is_output)
|
||||
log(" PRIMARY OUTPUT\n");
|
||||
for (auto &port : it.second.ports)
|
||||
log(" PORT: %s.%s[%d] (%s)\n", log_id(port.cell),
|
||||
log_id(port.port), port.offset, log_id(port.cell->type));
|
||||
log(" PORT: %s.%s[%d] (%s)\n", port.cell,
|
||||
port.port.unescape(), port.offset, port.cell->type.unescape());
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue