Skip to content

Commit b577013

Browse files
authored
Merge pull request #8888 from gadfort/pad-fix-stuck-pads
pad: fix pads stuck under obstructions causing failing placement
2 parents 54e7b7c + fbe6513 commit b577013

File tree

7 files changed

+347
-101
lines changed

7 files changed

+347
-101
lines changed

src/gui/src/stub.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,12 @@ void Gui::setDisplayControlsVisible(const std::string& name, bool value)
267267
{
268268
}
269269

270+
void Gui::clearHighlights(int highlight_group)
271+
{
272+
}
273+
274+
void Gui::addNetToHighlightSet(const char* name, int highlight_group)
275+
{
276+
}
277+
270278
} // namespace gui

src/pad/src/ICeWall.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ void ICeWall::placePads(const std::vector<odb::dbInst*>& insts,
686686
utl::PAD,
687687
"Place",
688688
1,
689-
"{}: Row width ({:.4f} um), total instance ({}) width {:.4f} um)",
689+
"{}: Row width ({:.4f} um), total instance ({}) width ({:.4f} um)",
690690
row->getName(),
691691
row_width / dbus,
692692
insts.size(),

0 commit comments

Comments
 (0)