Skip to content

Commit 0aca71d

Browse files
committed
[VPR] Code format fix
1 parent 88124ff commit 0aca71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/util/vpr_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2353,7 +2353,7 @@ int get_post_placement_physical_pin(t_physical_tile_type_ptr physical_tile,
23532353

23542354
/* Find the relative capacity of the logical_block in this sub tile */
23552355
int relative_capacity = sub_tile_capacity - physical_tile->sub_tiles[sub_tile_index].capacity.low;
2356-
2356+
23572357
/* Find the maximum number of pins among all the logical blocks in the equivalent site list
23582358
* of the sub tile. Otherwise, the current logical block may have smaller number of pins
23592359
* than other logical blocks that can be placed in the sub-tile. This will lead to an error

0 commit comments

Comments
 (0)