We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc60e37 commit 3544fbaCopy full SHA for 3544fba
1 file changed
src/gpl/src/nesterovPlace.cpp
@@ -667,7 +667,6 @@ void NesterovPlace::routabilitySnapshot(
667
log_->info(GPL, 38, "Routability snapshot saved at iter = {}", iter + 1);
668
odb::dbBlock* block = pbc_->db()->getChip()->getBlock();
669
int64_t hpwl = nbc_->getHpwl();
670
- double hpwl_percent_change = 0.0;
671
log_->report("{:9d} | {:8.4f} | {:13.6e} | {:8} | {:9} | {:>5}",
672
iter,
673
average_overflow_unscaled_,
0 commit comments