Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2021-11-06 20:02:22 -07:00
parent a7b02e49d1
commit 77ff5e70c5
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -897,8 +897,10 @@ 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
// NOTE WELL: There is rarely any reason to call updateTiming directly because
// arrival/required/slack functions implicitly update timing incrementally.
// If you are calling this function you are either very confused or there is
// bug that should be reported.
void updateTiming(bool full);
// Invalidate all delay calculations. Arrivals also invalidated.
void delaysInvalid();