Skip to content

Commit b0236ae

Browse files
authored
Merge pull request #7466 from gudeh/gpl-filler-gcell-removal
gpl filler gcell removal instead of density modification for routability mode
2 parents cd20c0b + e9a8862 commit b0236ae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1444
-664
lines changed

src/gpl/src/graphics.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ void Graphics::reportSelected()
350350
if (selected_ == kInvalidIndex) {
351351
return;
352352
}
353-
logger_->report("Inst: {}", nbc_->getGCellByIndex(selected_)->name());
353+
logger_->report("Inst: {}", nbc_->getGCellByIndex(selected_)->getName());
354354

355355
if (np_) {
356356
auto wlCoeffX = np_->getWireLengthCoefX();
@@ -365,7 +365,7 @@ void Graphics::reportSelected()
365365
wlGrad.x,
366366
wlGrad.y,
367367
weight,
368-
gPin->pin()->name());
368+
gPin->pin()->getName());
369369
}
370370

371371
FloatPoint wlGrad = nbc_->getWireLengthGradientWA(

0 commit comments

Comments
 (0)