internal power for port->port default duty cycle
This commit is contained in:
parent
dccf03e157
commit
35a3f1e4e3
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue