Skip to content

Commit 79ddebf

Browse files
committed
Sta::endpointSlack
Signed-off-by: James Cherry <[email protected]>
1 parent 525c2ef commit 79ddebf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

search/PathGroup.cc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,12 @@ PathGroups::PathGroups(const StaState *sta) :
256256
slack_min_(-INF),
257257
slack_max_(INF)
258258
{
259+
makeGroups(group_path_count_, endpoint_path_count_, unique_pins_,
260+
slack_min_, slack_max_, nullptr,
261+
true, true, true, true, MinMax::max());
262+
makeGroups(group_path_count_, endpoint_path_count_, unique_pins_,
263+
slack_min_, slack_max_, nullptr,
264+
true, true, true, true, MinMax::min());
259265
}
260266

261267
PathGroups::PathGroups(int group_path_count,

0 commit comments

Comments
 (0)