Sta::endpointSlack

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2025-10-25 11:27:01 -07:00
parent 525c2efb3d
commit 79ddebf153
+6
View File
@@ -256,6 +256,12 @@ PathGroups::PathGroups(const StaState *sta) :
slack_min_(-INF),
slack_max_(INF)
{
makeGroups(group_path_count_, endpoint_path_count_, unique_pins_,
slack_min_, slack_max_, nullptr,
true, true, true, true, MinMax::max());
makeGroups(group_path_count_, endpoint_path_count_, unique_pins_,
slack_min_, slack_max_, nullptr,
true, true, true, true, MinMax::min());
}
PathGroups::PathGroups(int group_path_count,