Skip to content

Commit

Permalink
mpl2: covert unneeded reports to debugPrints||error / small cleaning
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Koucher <arthurckoucher@gmail.com>
  • Loading branch information
AcKoucher committed Nov 15, 2023
1 parent 2d83b71 commit 65a729a
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 128 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 65a729a

Please sign in to comment.