We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e33fa commit 3ea75f2Copy full SHA for 3ea75f2
vpr/src/place/move_utils.cpp
@@ -31,6 +31,10 @@ void set_placer_breakpoint_reached(bool flag) {
31
/**
32
* @brief Adjust the search range based on the block type and constraints
33
*
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
+ *
38
* @param block_type The type of the block to move
39
* @param block_id The block ID of the moving block
40
* @param search_range The search range to adjust
0 commit comments