GraphDelayCalc::findDelays(vertex)

This commit is contained in:
James Cherry
2020-10-02 08:38:14 -07:00
parent 43dd39079e
commit 0d73b5b65a
3 changed files with 9 additions and 0 deletions
+2
View File
@@ -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.