mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-22 05:57:30 +02:00
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user