Skip to content

Commit 549de31

Browse files
committed
changing centroid and w.centroid order to avoid w.centroid move to be proposed in starting_t function
1 parent a6b0f2e commit 549de31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/place/move_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ enum e_move_result {
2222
enum class e_move_type {
2323
UNIFORM,
2424
MEDIAN,
25-
W_CENTROID,
2625
CENTROID,
26+
W_CENTROID,
2727
W_MEDIAN,
2828
CRIT_UNIFORM,
2929
FEASIBLE_REGION,

0 commit comments

Comments
 (0)