mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-21 17:39:41 +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
|
|
@ -284,7 +284,7 @@ struct ShregmapWorker
|
|||
Cell *last_cell = chain[cursor+depth-1];
|
||||
|
||||
log("Converting %s.%s ... %s.%s to a shift register with depth %d.\n",
|
||||
log_id(module), log_id(first_cell), log_id(module), log_id(last_cell), depth);
|
||||
module, first_cell, module, last_cell, depth);
|
||||
|
||||
dff_count += depth;
|
||||
shreg_count += 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue