File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff 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.
20001996void ClusteringEngine::breakMixedLeaf (Cluster* mixed_leaf)
20011997{
20021998 Cluster* parent = mixed_leaf->getParent ();
You can’t perform that action at this time.
0 commit comments