mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
bulletproofing against incremental updates with missing liberty
Signed-off-by: James Cherry <cherry@parallaxsw.com>
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