File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
20072007StdStringSeq
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments