Skip to content

Commit 77f1d61

Browse files
committed
Merge remote-tracking branch 'origin/master' into rdl-connect-by-bloat
2 parents b3b873f + b577013 commit 77f1d61

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)