mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 05:43:40 +00:00
formating
This commit is contained in:
parent
3e4964a0e4
commit
cad46d9c66
1 changed files with 3 additions and 3 deletions
|
@ -78,11 +78,11 @@ struct ActivityProp {
|
||||||
for (int i = 0; i < GetSize(sig); i++) {
|
for (int i = 0; i < GetSize(sig); i++) {
|
||||||
SigBit bit(sig[i]);
|
SigBit bit(sig[i]);
|
||||||
if (i < activities.size() -1) {
|
if (i < activities.size() -1) {
|
||||||
ActivityMap.emplace(bit, activities[i]);
|
ActivityMap.emplace(bit, activities[i]);
|
||||||
DutyMap.emplace(bit, duties[i]);
|
DutyMap.emplace(bit, duties[i]);
|
||||||
} else {
|
} else {
|
||||||
ActivityMap.emplace(bit, "0.0");
|
ActivityMap.emplace(bit, "0.0");
|
||||||
DutyMap.emplace(bit, "0.0");
|
DutyMap.emplace(bit, "0.0");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue