Skip to content

Commit 91893a1

Browse files
committed
mpl: remove unused terminal output
Signed-off-by: Arthur Koucher <arthurkoucher@precisioninno.com>
1 parent b558555 commit 91893a1

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/mpl/src/hier_rtlmp.cpp

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,26 +1446,6 @@ void HierRTLMP::placeChildren(Cluster* parent)
14461446
}
14471447

14481448
if (best_sa == nullptr) {
1449-
debugPrint(logger_,
1450-
MPL,
1451-
"hierarchical_macro_placement",
1452-
1,
1453-
"SA Summary for cluster {}",
1454-
parent->getName());
1455-
1456-
for (auto i = 0; i < sa_containers.size(); i++) {
1457-
debugPrint(logger_,
1458-
MPL,
1459-
"hierarchical_macro_placement",
1460-
1,
1461-
"sa_id: {}, target_util: {}, target_dead_space: {}",
1462-
i,
1463-
target_util_list[i],
1464-
target_dead_space_list[i]);
1465-
1466-
sa_containers[i]->printResults();
1467-
}
1468-
14691449
placeChildrenUsingMinimumTargetUtil(parent);
14701450
} else {
14711451
if (best_sa->centralizationWasReverted()) {

0 commit comments

Comments
 (0)