Skip to content

Commit c45e572

Browse files
committed
[vpr][place] use logic block is_io
1 parent 7fd8611 commit c45e572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/place/move_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ bool adjust_search_range(t_logical_block_type_ptr block_type,
11851185
}
11861186
}
11871187

1188-
if (is_io_type(block_type) && !block_constrained) {
1188+
if (block_type->is_io() && !block_constrained) {
11891189
/* We empirically found that for the IO blocks,
11901190
* Given their sparsity, we expand the y-axis search range
11911191
* to include all blocks in the column

0 commit comments

Comments
 (0)