Skip to content

Commit 3e49860

Browse files
committed
dpl: fix error message
Signed-off-by: LucasYuki <[email protected]>
1 parent dc3713b commit 3e49860

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dpl/src/FillerPlacement.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ void Opendp::placeRowFillers(GridY row,
237237
if (!inst) {
238238
logger_->error(DPL,
239239
5,
240-
"could not create the filler cell {} {} {} {}",
240+
"Cannot create the filler cell for the gap of size {} "
241+
"at {},{} dbu between {} and {}",
241242
gap,
242243
x,
243244
y,

0 commit comments

Comments
 (0)