From de0f5440a6ecdfacf6752c09a3786858befe52bf Mon Sep 17 00:00:00 2001 From: James Cherry Date: Sun, 26 Oct 2025 09:23:16 -0700 Subject: [PATCH] Sta::isPathGroupName Signed-off-by: James Cherry --- search/Sta.cc | 2 +- test/path_group_names.ok | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/search/Sta.cc b/search/Sta.cc index 7aa1f26e..b963b6a1 100644 --- a/search/Sta.cc +++ b/search/Sta.cc @@ -2001,7 +2001,7 @@ Sta::isPathGroupName(const char *group_name) const || stringEq(group_name, PathGroups::asyncPathGroupName()) || stringEq(group_name, PathGroups::pathDelayGroupName()) || stringEq(group_name, PathGroups::gatedClkGroupName()) - || stringEq(group_name, PathGroups::asyncPathGroupName()); + || stringEq(group_name, PathGroups::unconstrainedGroupName()); } StdStringSeq diff --git a/test/path_group_names.ok b/test/path_group_names.ok index 6209a2fc..39befcb0 100644 --- a/test/path_group_names.ok +++ b/test/path_group_names.ok @@ -1,2 +1,2 @@ -Initial path groups: -Final path groups: In2Out In2Reg Reg2Out Reg2Reg +Initial path groups: clk asynchronous {path delay} {gated clock} unconstrained +Final path groups: clk In2Out In2Reg Reg2Out Reg2Reg asynchronous {path delay} {gated clock} unconstrained