File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 1313#include < utility>
1414#include < vector>
1515
16+ #include " gpl/Replace.h"
1617#include " grt/GlobalRouter.h"
1718#include " grt/Rudy.h"
1819#include " nesterovBase.h"
@@ -277,13 +278,17 @@ void RouteBase::revertToMinCongestion()
277278 nbc_->revertGCellSizeToMinRc ();
278279 for (int j = 0 ; j < nbVec_.size (); j++) {
279280 if (nbVec_[j]->group ()) {
280- log_->info (GPL, 57 , " Target density at minimum routing congestion: {:.4f} ({})" ,
281- minRcTargetDensity_[j],
282- nbVec_[j]->group () ? " " : nbVec_[j]->group ()->getName ());
281+ log_->info (GPL,
282+ 57 ,
283+ " Target density at minimum routing congestion: {:.4f} ({})" ,
284+ minRcTargetDensity_[j],
285+ nbVec_[j]->group () ? " " : nbVec_[j]->group ()->getName ());
283286 } else {
284- log_->info (GPL, 58 , " Target density at minimum routing congestion: {:.4f}" ,
285- minRcTargetDensity_[j]);
286- }
287+ log_->info (GPL,
288+ 58 ,
289+ " Target density at minimum routing congestion: {:.4f}" ,
290+ minRcTargetDensity_[j]);
291+ }
287292 nbVec_[j]->setTargetDensity (minRcTargetDensity_[j]);
288293 nbVec_[j]->restoreRemovedFillers ();
289294 nbVec_[j]->updateDensitySize ();
You can’t perform that action at this time.
0 commit comments