Skip to content

Commit 88124ff

Browse files
committed
[VPR] code format fix
1 parent 7296b32 commit 88124ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vpr/src/util/vpr_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2362,7 +2362,7 @@ int get_post_placement_physical_pin(t_physical_tile_type_ptr physical_tile,
23622362
int max_logical_block_num_pins = logical_block->pb_type->num_pins;
23632363
for (t_logical_block_type_ptr eq_lb : physical_tile->sub_tiles[sub_tile_index].equivalent_sites) {
23642364
max_logical_block_num_pins = std::max(max_logical_block_num_pins, eq_lb->pb_type->num_pins);
2365-
}
2365+
}
23662366

23672367
return relative_capacity * max_logical_block_num_pins
23682368
+ physical_tile->sub_tiles[sub_tile_index].sub_tile_to_tile_pin_indices[sub_tile_physical_pin];

vpr/src/util/vpr_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ int get_logical_block_physical_sub_tile_index(t_physical_tile_type_ptr physical_
220220
//This function considers if a given offset is in the range of sub tile capacity
221221
//
222222
// (First pin index at current sub-tile) (The wanted pin index)
223-
//
223+
//
224224
// | |<----- pin ------->|
225225
// v v
226226
//

0 commit comments

Comments
 (0)