internal power for port->port default duty cycle

This commit is contained in:
James Cherry 2021-05-18 18:27:02 -07:00
parent dccf03e157
commit 35a3f1e4e3
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ Power::findInputInternalPower(const Pin *pin,
}
if (tr_count)
energy /= tr_count; // average non-inf energies
float duty = .5; // fallback default
float duty = 1.0; // fallback default
FuncExpr *when = pwr->when();
if (when) {
LibertyPort *out_corner_port = findExprOutPort(when);