Skip to content

Commit 8c394f4

Browse files
committed
mpl: fix user report to use new base halo naming
Signed-off-by: Arthur Koucher <arthurkoucher@precisioninno.com>
1 parent e33bdc1 commit 8c394f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mpl/src/clusterEngine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ void ClusteringEngine::reportDesignData()
306306
"\tArea of std cell instances: {:.2f}\n"
307307
"\tNumber of macros: {}\n"
308308
"\tArea of macros: {:.2f}\n"
309-
"\tDefault halo (L, B, R, T): ({:.2f}, {:.2f}, {:.2f}, {:.2f})\n"
309+
"\tBase halo (L, B, R, T): ({:.2f}, {:.2f}, {:.2f}, {:.2f})\n"
310310
"\tArea of macros with halos: {:.2f}\n"
311311
"\tArea of std cell instances + Area of macros: {:.2f}\n"
312312
"\tFloorplan area: {:.2f}\n"

0 commit comments

Comments
 (0)