Skip to content

Commit bae59f6

Browse files
committed
mpl: increase number of perturbations for large arrays
of interconnected macros due to the new connections Signed-off-by: Arthur Koucher <arthurkoucher@precisioninno.com>
1 parent 32387d7 commit bae59f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mpl/src/hier_rtlmp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2170,7 +2170,7 @@ void HierRTLMP::placeMacros(Cluster* cluster)
21702170

21712171
// Large arrays need more steps to properly converge.
21722172
if (large_macro_cluster) {
2173-
perturbations_per_step *= 2;
2173+
perturbations_per_step *= 4;
21742174
}
21752175
}
21762176

0 commit comments

Comments
 (0)