comment
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
a7b02e49d1
commit
77ff5e70c5
BIN
doc/OpenSTA.odt
BIN
doc/OpenSTA.odt
Binary file not shown.
|
|
@ -897,8 +897,10 @@ public:
|
||||||
// loops until the arrivals converge.
|
// loops until the arrivals converge.
|
||||||
// If full=false update arrivals incrementally.
|
// If full=false update arrivals incrementally.
|
||||||
// If full=true update all arrivals from scratch.
|
// 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.
|
// 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);
|
void updateTiming(bool full);
|
||||||
// Invalidate all delay calculations. Arrivals also invalidated.
|
// Invalidate all delay calculations. Arrivals also invalidated.
|
||||||
void delaysInvalid();
|
void delaysInvalid();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue