mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-05 09:02:12 +02:00
GraphDelayCalc::findDelays(vertex)
This commit is contained in:
@@ -47,6 +47,8 @@ public:
|
||||
virtual void copyState(const StaState *sta);
|
||||
// Find arc delays and vertex slews thru level.
|
||||
virtual void findDelays(Level /* level */) {};
|
||||
// Find and annotate drvr_vertex gate and load delays/slews.
|
||||
virtual void findDelays(Vertex * /* drvr_vertex */) {};
|
||||
// Invalidate all delays/slews.
|
||||
virtual void delaysInvalid() {};
|
||||
// Invalidate vertex and downstream delays/slews.
|
||||
|
||||
Reference in New Issue
Block a user