Skip to content

Commit d818368

Browse files
committed
pad: fix debug message
Signed-off-by: Peter Gadfort <[email protected]>
1 parent 4992667 commit d818368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)