diff --git a/lef/defWrite.c b/lef/defWrite.c index f303846d..1cf57c8c 100644 --- a/lef/defWrite.c +++ b/lef/defWrite.c @@ -950,7 +950,7 @@ defNetGeometryFunc(tile, plane, defdata) { /* Diagnostic */ TxPrintf("Net has width %d, default width is %d\n", - (h > w) ? h : w, routeWidth); + (h < w) ? h : w, routeWidth); } /* Find the route orientation and centerline endpoint coordinates */