Skip to content

Commit 4da28ff

Browse files
committed
[core] debug
1 parent 0a1bc20 commit 4da28ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vpr/src/tileable_rr_graph/rr_gsb.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ e_side RRGSB::get_cb_chan_side(const t_rr_type& cb_type) const {
625625
case CHANX:
626626
return LEFT;
627627
case CHANY:
628-
return TOP;
628+
return BOTTOM;
629629
default:
630630
VTR_LOG("Invalid type of connection block!\n");
631631
exit(1);
@@ -638,11 +638,11 @@ e_side RRGSB::get_cb_chan_side(const e_side& ipin_side) const {
638638
case TOP:
639639
return LEFT;
640640
case RIGHT:
641-
return TOP;
641+
return BOTTOM;
642642
case BOTTOM:
643643
return LEFT;
644644
case LEFT:
645-
return TOP;
645+
return BOTTOM;
646646
default:
647647
VTR_LOG("Invalid type of ipin_side!\n");
648648
exit(1);

0 commit comments

Comments
 (0)