Sta::maxFanoutCheck missing limit init
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
1ab4a99de5
commit
de3759b451
|
|
@ -5283,6 +5283,7 @@ Sta::maxFanoutCheck(// Return values.
|
|||
pin = nullptr;
|
||||
fanout = 0;
|
||||
slack = INF;
|
||||
limit = INF;
|
||||
if (!pins->empty()) {
|
||||
pin = (*pins)[0];
|
||||
check_fanout_limits_->checkFanout(pin, MinMax::max(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue