Skip to content

Commit 4d71b5f

Browse files
committed
rsz: report resize_count_ in repair_hold if > 0.
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent 3a15695 commit 4d71b5f

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)