Skip to content

Commit 03bc487

Browse files
authored
Merge pull request #10811 from The-OpenROAD-Project-staging/rsz-rpt-hold-resize
rsz: report resize_count_ in repair_hold if > 0.
2 parents 6093511 + 4d71b5f commit 03bc487

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/rsz/src/RepairHold.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,9 @@ bool RepairHold::repairHold(sta::VertexSeq& ends,
440440
logger_->warn(RSZ, 64, "Unable to repair all hold checks within margin.");
441441
}
442442

443+
if (resize_count_ > 0) {
444+
logger_->info(RSZ, 132, "Resized {} instances.", resize_count_);
445+
}
443446
if (inserted_buffer_count_ > 0) {
444447
repaired = true;
445448
logger_->info(

0 commit comments

Comments
 (0)