Skip to content

Commit caaf456

Browse files
committed
make format
1 parent 4a6e333 commit caaf456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/place/move_utils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ bool find_compatible_compressed_loc_in_range(t_logical_block_type_ptr type,
977977
bool block_constrained,
978978
const BlkLocRegistry& blk_loc_registry,
979979
vtr::RngContainer& rng) {
980-
// If the number of blocks in a column is less than this number, we
980+
// If the number of blocks in a column is less than this number, we
981981
// will expand the search range to the whole column
982982
constexpr int MIN_BLK_PER_COLUMN_EXPAND = 3;
983983
//TODO For the time being, the blocks only moved in the same layer. This assertion should be removed after VPR is updated to move blocks between layers

0 commit comments

Comments
 (0)