tcl sta::endpoint_violation_count

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2022-12-13 16:12:46 -10:00
parent 2d3123c20b
commit 2f9541386d
4 changed files with 23 additions and 20 deletions
-2
View File
@@ -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
View File
@@ -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.