mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-07 17:41:02 +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
|
|
@ -126,7 +126,7 @@ struct DeminoutPass : public Pass {
|
|||
}
|
||||
|
||||
if (new_input != new_output) {
|
||||
log("Demoting inout port %s.%s to %s.\n", log_id(module), log_id(wire), new_input ? "input" : "output");
|
||||
log("Demoting inout port %s.%s to %s.\n", module, wire, new_input ? "input" : "output");
|
||||
wire->port_input = new_input;
|
||||
wire->port_output = new_output;
|
||||
keep_running = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue