mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-22 14:06:56 +02:00
Replace deprecated isGroupPathName with isPathGroupName
Signed-off-by: Matt Liberty <[email protected]>
This commit is contained in:
+1
-1
@@ -258,7 +258,7 @@ endpoint_slack(const Pin *pin,
|
|||||||
{
|
{
|
||||||
Sta *sta = Sta::sta();
|
Sta *sta = Sta::sta();
|
||||||
sta->ensureLibLinked();
|
sta->ensureLibLinked();
|
||||||
if (sta->isGroupPathName(path_group_name)) {
|
if (sta->isPathGroupName(path_group_name)) {
|
||||||
Slack slack = sta->endpointSlack(pin, std::string(path_group_name), min_max);
|
Slack slack = sta->endpointSlack(pin, std::string(path_group_name), min_max);
|
||||||
return sta->units()->timeUnit()->staToUser(slack);
|
return sta->units()->timeUnit()->staToUser(slack);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user