Skip to content

Commit 589b6bc

Browse files
committed
[core] debug
1 parent 19fa43c commit 589b6bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/tileable_rr_graph/rr_gsb.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,9 +610,9 @@ vtr::Point<size_t> RRGSB::get_cb_coordinate(const t_rr_type& cb_type) const {
610610
VTR_ASSERT(validate_cb_type(cb_type));
611611
switch (cb_type) {
612612
case CHANX:
613-
return get_side_block_coordinate(BOTTOM);
613+
return get_side_block_coordinate(LEFT);
614614
case CHANY:
615-
return get_side_block_coordinate(RIGHT);
615+
return get_side_block_coordinate(TOP);
616616
default:
617617
VTR_LOG("Invalid type of connection block!\n");
618618
exit(1);

0 commit comments

Comments
 (0)