mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 11:25:53 +00:00
Simulation information for macro power
This commit is contained in:
parent
ead4b34c3c
commit
f65d98a00d
2 changed files with 4 additions and 1 deletions
|
@ -178,7 +178,7 @@ struct ActivityPropPass : public Pass {
|
|||
ActivityProp worker(module);
|
||||
totalNbBitsWithActivity += worker.getNbBitsWithActivity();
|
||||
}
|
||||
log("Collected %d bits with activity", totalNbBitsWithActivity);
|
||||
log("Collected %d bits with activity\n", totalNbBitsWithActivity);
|
||||
log_flush();
|
||||
}
|
||||
} ActivityPropPass;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue