Skip to content

Commit ae9eb2d

Browse files
committed
[vpr] syntax
1 parent b172d26 commit ae9eb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/tileable_rr_graph/rr_graph_builder_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ std::vector<e_side> determine_io_grid_pin_side(const vtr::Point<size_t>& device_
8282
}
8383
} else if ((grid_coordinate.x() < device_size.x()) && (grid_coordinate.y() < device_size.y())) {
8484
/* I/O grid in the center grid */
85-
return NUM_SIDES;
85+
return {TOP, RIGHT, BOTTOM, LEFT};
8686
} else {
8787
VTR_LOGF_ERROR(__FILE__, __LINE__,
8888
"Invalid coordinate (%lu, %lu) for I/O Grid whose size is (%lu, %lu)!\n",

0 commit comments

Comments
 (0)