Skip to content

Commit 8408e42

Browse files
committed
mpl: fix number of perturbations increase
Signed-off-by: Arthur Koucher <arthurkoucher@precisioninno.com>
1 parent f7cbe0a commit 8408e42

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 *= num_perturb_per_step_;
2168+
perturbations_per_step = num_perturb_per_step_;
21692169
}
21702170
}
21712171

0 commit comments

Comments
 (0)