Skip to content

Commit cca586f

Browse files
committed
run make format
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent aa8e049 commit cca586f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

vpr/src/place/move_utils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,6 @@ bool find_to_loc_uniform(t_logical_block_type_ptr type,
646646
if (is_tile_compatible(to_type, type, loc)) {
647647
compatible_sub_tiles.push_back(capacity);
648648
}
649-
650649
}
651650
to.sub_tile = compatible_sub_tiles[vtr::irand((int)compatible_sub_tiles.size() - 1)];
652651

vpr/src/place/place.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ std::unique_ptr<FILE, decltype(&vtr::fclose)> f_move_stats_file(nullptr, vtr::fc
206206
ClusterBlockId b_from = affected_blocks.moved_blocks[0].block_num; \
207207
\
208208
t_pl_loc to = affected_blocks.moved_blocks[0].new_loc; \
209-
ClusterBlockId b_to = place_ctx.grid_blocks[to.x][to.y].blocks[to.sub_tile]; \
209+
ClusterBlockId b_to = place_ctx.grid_blocks[to.x][to.y].blocks[to.sub_tile]; \
210210
\
211211
t_logical_block_type_ptr from_type = cluster_ctx.clb_nlist.block_type(b_from); \
212212
t_logical_block_type_ptr to_type = nullptr; \

0 commit comments

Comments
 (0)