Skip to content

Commit f7cbe0a

Browse files
committed
mpl: increase even more number of perturbations to ensure
mock-array convergence Signed-off-by: Arthur Koucher <arthurkoucher@precisioninno.com>
1 parent 169302f commit f7cbe0a

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
@@ -2165,7 +2165,7 @@ void HierRTLMP::placeMacros(Cluster* cluster)
21652165

21662166
// Large arrays need more steps to properly converge.
21672167
if (large_macro_cluster) {
2168-
perturbations_per_step *= 4;
2168+
perturbations_per_step *= num_perturb_per_step_;
21692169
}
21702170
}
21712171

0 commit comments

Comments
 (0)