Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#4270 from AcKoucher/mpl2_fix_…
Browse files Browse the repository at this point in the history
…logger_reports

mpl2: improve output
  • Loading branch information
maliberty authored Nov 15, 2023
2 parents 639c8ed + 51e6d5d commit e7af3d0
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 190 deletions.
7 changes: 0 additions & 7 deletions src/mpl2/src/SACoreHardMacro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,6 @@ void SACoreHardMacro::perturb()
packFloorplan();
// Update all the penalties
calPenalty();
if (action_id_ == 105) {
logger_->report(
"wirelength_weight_ = {} pre_wirelength = {} wirelength = {}",
wirelength_weight_,
pre_wirelength_,
wirelength_);
}
}

void SACoreHardMacro::restore()
Expand Down
Loading

0 comments on commit e7af3d0

Please sign in to comment.