Skip to content

Commit df8c764

Browse files
committed
mpl: better comments for minimumTargetUtil
Signed-off-by: João Mai <[email protected]>
1 parent 48ca6cd commit df8c764

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/mpl/src/hier_rtlmp.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,9 +1529,11 @@ void HierRTLMP::placeChildren(Cluster* parent, bool ignore_std_cell_area)
15291529
}
15301530
}
15311531
} else {
1532+
// A high target util minimizes the std cells area inside mixed clusters
15321533
const float target_util = 1e6;
1534+
// A dead space closer to 1 minizes the std cell cluster area
15331535
const float target_dead_space = 0.99999;
1534-
1536+
15351537
target_utils.push_back(target_util);
15361538
target_dead_spaces.push_back(target_dead_space);
15371539
}

0 commit comments

Comments
 (0)