CheckCapacitanceLimits::findLimit library default
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
dd7782e10b
commit
88c49f1ea7
|
|
@ -137,7 +137,7 @@ CheckCapacitanceLimits::checkCapacitance1(const Pin *pin,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// return the tightest limit.
|
// Return the tightest limit.
|
||||||
void
|
void
|
||||||
CheckCapacitanceLimits::findLimit(const Pin *pin,
|
CheckCapacitanceLimits::findLimit(const Pin *pin,
|
||||||
const Corner *corner,
|
const Corner *corner,
|
||||||
|
|
@ -179,7 +179,7 @@ CheckCapacitanceLimits::findLimit(const Pin *pin,
|
||||||
if (!exists1
|
if (!exists1
|
||||||
&& corner_port->direction()->isAnyOutput()
|
&& corner_port->direction()->isAnyOutput()
|
||||||
&& min_max == MinMax::max())
|
&& min_max == MinMax::max())
|
||||||
corner_port->libertyLibrary()->defaultMaxSlew(limit1, exists1);
|
corner_port->libertyLibrary()->defaultMaxCapacitance(limit1, exists1);
|
||||||
if (exists1
|
if (exists1
|
||||||
&& (!exists
|
&& (!exists
|
||||||
|| min_max->compare(limit, limit1))) {
|
|| min_max->compare(limit, limit1))) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue