3
0
Fork 0
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:
Alain Dargelas 2024-12-02 20:15:53 -08:00
parent ead4b34c3c
commit f65d98a00d
2 changed files with 4 additions and 1 deletions

View file

@ -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;