Skip to content

Commit 7c6c1d2

Browse files
authored
Merge pull request #8023 from AcKoucher/mpl-mixed-leaf-comment
mpl: fix misleading comment
2 parents 14d4add + fcccd5d commit 7c6c1d2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/mpl/src/clusterEngine.cpp

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,14 +1989,10 @@ void ClusteringEngine::breakMixedLeaves(
19891989
}
19901990
}
19911991

1992-
// Break mixed leaf into standard-cell and hard-macro clusters.
1993-
// Merge macros based on connection signature and footprint.
1994-
// Based on types of designs, we support two types of breaking up:
1995-
// 1) Replace cluster A by A1, A2, A3
1996-
// 2) Create a subtree:
1997-
// A -> A
1998-
// | | |
1999-
// A1 A2 A3
1992+
// "Split" mixed leaf by replacing it for standard-cell and macro
1993+
// clusters. Macro clusters are formed by grouping the macros in
1994+
// the mixed leaf according to footprint, connection signature and
1995+
// interconnectivity.
20001996
void ClusteringEngine::breakMixedLeaf(Cluster* mixed_leaf)
20011997
{
20021998
Cluster* parent = mixed_leaf->getParent();

0 commit comments

Comments
 (0)