Skip to content

Commit 147eadc

Browse files
committed
make format
1 parent dcb2ef9 commit 147eadc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

vpr/src/place/initial_placement.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,9 +426,9 @@ static bool find_centroid_neighbor(ClusterBlockId block_id,
426426
auto search_range = get_compressed_grid_target_search_range(compressed_block_grid,
427427
compressed_centroid_loc[centroid_loc_layer_num],
428428
first_rlim);
429-
429+
430430
int delta_cx = search_range.xmax - search_range.xmin;
431-
431+
432432
auto block_constrained = is_cluster_constrained(block_id);
433433

434434
if (block_constrained) {

vpr/src/place/move_utils.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
//Note: The flag is only effective if compiled with VTR_ENABLE_DEBUG_LOGGING
1717
bool f_placer_breakpoint_reached = false;
1818

19-
2019
/**
2120
* @brief Adjust the search range based on how many blocks are in the column.
2221
* If the number of blocks in the column is less than MIN_NUM_BLOCKS_IN_COLUMN,
@@ -685,7 +684,6 @@ bool find_to_loc_uniform(t_logical_block_type_ptr type,
685684
rlim);
686685
int delta_cx = search_range.xmax - search_range.xmin;
687686

688-
689687
auto block_constrained = is_cluster_constrained(b_from);
690688

691689
if (block_constrained) {

0 commit comments

Comments
 (0)