mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-30 21:57:47 +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
|
|
@ -148,7 +148,7 @@ struct AssertpmuxWorker
|
|||
|
||||
void run(Cell *pmux)
|
||||
{
|
||||
log("Adding assert for $pmux cell %s.%s.\n", log_id(module), log_id(pmux));
|
||||
log("Adding assert for $pmux cell %s.%s.\n", module, pmux);
|
||||
|
||||
int swidth = pmux->getParam(ID::S_WIDTH).as_int();
|
||||
int cntbits = ceil_log2(swidth+1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue