Skip to content

Commit 6157d9c

Browse files
acomodikmurray
authored andcommitted
run make format
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent c81b55a commit 6157d9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vpr/src/place/initial_placement.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ static int get_free_sub_tile(std::vector<std::vector<int>>& free_locations, int
119119
VPR_THROW(VPR_ERROR_PLACE, "No more sub tiles available for initial placement.");
120120
}
121121

122-
123122
static std::vector<int> get_possible_sub_tile_indices(t_physical_tile_type_ptr physical_tile, t_logical_block_type_ptr logical_block) {
124123
std::vector<int> sub_tile_indices;
125124

0 commit comments

Comments
 (0)