mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-30 01:38:37 +02:00
bulletproofing against incremental updates with missing liberty
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -897,6 +897,8 @@ public:
|
||||
// loops until the arrivals converge.
|
||||
// If full=false update arrivals incrementally.
|
||||
// If full=true update all arrivals from scratch.
|
||||
// There is rarely any reason to call updateTiming directly because
|
||||
// arrival/required/slack functions implicitly update timing incrementally.
|
||||
void updateTiming(bool full);
|
||||
// Invalidate all delay calculations. Arrivals also invalidated.
|
||||
void delaysInvalid();
|
||||
|
||||
Reference in New Issue
Block a user