Skip to content

Commit de0f544

Browse files
committed
Sta::isPathGroupName
Signed-off-by: James Cherry <[email protected]>
1 parent 8fb0cc3 commit de0f544

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

search/Sta.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,7 @@ Sta::isPathGroupName(const char *group_name) const
20012001
|| stringEq(group_name, PathGroups::asyncPathGroupName())
20022002
|| stringEq(group_name, PathGroups::pathDelayGroupName())
20032003
|| stringEq(group_name, PathGroups::gatedClkGroupName())
2004-
|| stringEq(group_name, PathGroups::asyncPathGroupName());
2004+
|| stringEq(group_name, PathGroups::unconstrainedGroupName());
20052005
}
20062006

20072007
StdStringSeq

test/path_group_names.ok

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Initial path groups:
2-
Final path groups: In2Out In2Reg Reg2Out Reg2Reg
1+
Initial path groups: clk asynchronous {path delay} {gated clock} unconstrained
2+
Final path groups: clk In2Out In2Reg Reg2Out Reg2Reg asynchronous {path delay} {gated clock} unconstrained

0 commit comments

Comments
 (0)