Skip to content

Commit fb6e4f1

Browse files
committed
rsz: Remove blanket invalidation
Invalidation of STA data happens transparently in the background through ODB callbacks, there's no reason to do it explicitly. Signed-off-by: Martin Povišer <[email protected]>
1 parent 52011cb commit fb6e4f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/rsz/src/Resizer.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,6 @@ void Resizer::removeBuffers(sta::InstanceSeq insts)
395395
// timing information. So initBlock(), a light version of init(), is
396396
// sufficient.
397397
initBlock();
398-
// Disable incremental timing.
399-
graph_delay_calc_->delaysInvalid();
400-
search_->arrivalsInvalid();
401398
est::IncrementalParasiticsGuard guard(estimate_parasitics_);
402399

403400
if (insts.empty()) {

0 commit comments

Comments
 (0)