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 0a1bc20 commit 4da28ffCopy full SHA for 4da28ff
vpr/src/tileable_rr_graph/rr_gsb.cpp
@@ -625,7 +625,7 @@ e_side RRGSB::get_cb_chan_side(const t_rr_type& cb_type) const {
625
case CHANX:
626
return LEFT;
627
case CHANY:
628
- return TOP;
+ return BOTTOM;
629
default:
630
VTR_LOG("Invalid type of connection block!\n");
631
exit(1);
@@ -638,11 +638,11 @@ e_side RRGSB::get_cb_chan_side(const e_side& ipin_side) const {
638
case TOP:
639
640
case RIGHT:
641
642
case BOTTOM:
643
644
case LEFT:
645
646
647
VTR_LOG("Invalid type of ipin_side!\n");
648
0 commit comments