Skip to content

Commit 3ea75f2

Browse files
committed
[vpr][place] add comment for adjust_search_range
1 parent 43e33fa commit 3ea75f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vpr/src/place/move_utils.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ void set_placer_breakpoint_reached(bool flag) {
3131
/**
3232
* @brief Adjust the search range based on the block type and constraints
3333
*
34+
* If the block is an IO block, we expand the search range to include all blocks in the column
35+
* We found empirically that this is a good strategy for IO blocks given they are located in
36+
* the periphery for most FPGA architectures
37+
*
3438
* @param block_type The type of the block to move
3539
* @param block_id The block ID of the moving block
3640
* @param search_range The search range to adjust

0 commit comments

Comments
 (0)