We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b558555 commit 91893a1Copy full SHA for 91893a1
src/mpl/src/hier_rtlmp.cpp
@@ -1446,26 +1446,6 @@ void HierRTLMP::placeChildren(Cluster* parent)
1446
}
1447
1448
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
1458
1459
1460
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
1469
placeChildrenUsingMinimumTargetUtil(parent);
1470
} else {
1471
if (best_sa->centralizationWasReverted()) {
0 commit comments