mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Added stdout flush and statistical info for debug
This commit is contained in:
parent
5be70f436f
commit
13430a679b
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ struct ActivityProp {
|
|||
nbBitsWithActivity++;
|
||||
} else {
|
||||
log_warning("Zeroing out activity for module: %s, wire: %s, wire_size: %d, activ_size: %ld", module->name.c_str(),
|
||||
wire->name.c_str(), GetSize(sig), activities.size());
|
||||
wire->name.c_str(), GetSize(sig), activities.size());
|
||||
ActivityMap.emplace(bit, "0.0");
|
||||
DutyMap.emplace(bit, "0.0");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue