Sta::isPathGroupName

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-10-26 09:23:16 -07:00
parent 8fb0cc305d
commit de0f5440a6
2 changed files with 3 additions and 3 deletions

View File

@ -2001,7 +2001,7 @@ Sta::isPathGroupName(const char *group_name) const
|| stringEq(group_name, PathGroups::asyncPathGroupName()) || stringEq(group_name, PathGroups::asyncPathGroupName())
|| stringEq(group_name, PathGroups::pathDelayGroupName()) || stringEq(group_name, PathGroups::pathDelayGroupName())
|| stringEq(group_name, PathGroups::gatedClkGroupName()) || stringEq(group_name, PathGroups::gatedClkGroupName())
|| stringEq(group_name, PathGroups::asyncPathGroupName()); || stringEq(group_name, PathGroups::unconstrainedGroupName());
} }
StdStringSeq StdStringSeq

View File

@ -1,2 +1,2 @@
Initial path groups: Initial path groups: clk asynchronous {path delay} {gated clock} unconstrained
Final path groups: In2Out In2Reg Reg2Out Reg2Reg Final path groups: clk In2Out In2Reg Reg2Out Reg2Reg asynchronous {path delay} {gated clock} unconstrained