mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-07 02:58:50 +02:00
Sta::startpoints(), endpoints()
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
+2
-3
@@ -937,9 +937,8 @@ public:
|
||||
void delaysInvalid();
|
||||
// Invalidate all arrival and required times.
|
||||
void arrivalsInvalid();
|
||||
void visitStartpoints(VertexVisitor *visitor);
|
||||
void visitEndpoints(VertexVisitor *visitor);
|
||||
VertexSet *endpoints();
|
||||
PinSet startpoints();
|
||||
PinSet endpoints();
|
||||
int endpointViolationCount(const MinMax *min_max);
|
||||
// Find the fanin vertices for a group path.
|
||||
// Vertices in the clock network are NOT included.
|
||||
|
||||
Reference in New Issue
Block a user