mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-07 03:43:29 +02:00
tcl sta::endpoint_violation_count
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -170,8 +170,6 @@ public:
|
||||
void deleteFilter();
|
||||
void deleteFilteredArrivals();
|
||||
|
||||
// Endpoints are discovered during arrival search, so are only
|
||||
// defined after findArrivals.
|
||||
VertexSet *endpoints();
|
||||
void endpointsInvalid();
|
||||
|
||||
|
||||
+2
-1
@@ -927,7 +927,8 @@ public:
|
||||
void arrivalsInvalid();
|
||||
void visitStartpoints(VertexVisitor *visitor);
|
||||
void visitEndpoints(VertexVisitor *visitor);
|
||||
int endpointCount();
|
||||
VertexSet *endpoints();
|
||||
int endpointViolationCount(const MinMax *min_max);
|
||||
// Find the fanin vertices for a group path.
|
||||
// Vertices in the clock network are NOT included.
|
||||
// Return value is owned by the caller.
|
||||
|
||||
Reference in New Issue
Block a user