Skip to content

Commit fdb089c

Browse files
committed
fix a typo
1 parent ea52b13 commit fdb089c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/place/weighted_centroid_move_generator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ e_create_move WeightedCentroidMoveGenerator::propose_move(t_pl_blocks_to_be_move
1414
VTR_LOGV_DEBUG(g_vpr_ctx.placement().f_placer_debug, "Weighted Centroid Move Choose Block %d - rlim %f\n", size_t(b_from), rlim);
1515

1616
if (!b_from) { //No movable block found
17-
VTR_LOGV_DEBUG(g_vpr_ctx.placement().f_placer_debug, "\tNo moveable block found\n");
17+
VTR_LOGV_DEBUG(g_vpr_ctx.placement().f_placer_debug, "\tNo movable block found\n");
1818
return e_create_move::ABORT;
1919
}
2020

0 commit comments

Comments
 (0)