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 2c9415c commit fc2cf8fCopy full SHA for fc2cf8f
vpr/src/route/rr_graph2.cpp
@@ -703,7 +703,7 @@ int get_bidir_opin_connections(
703
chan = ((to_type == CHANX) ? tr_j : tr_i);
704
seg = ((to_type == CHANX) ? tr_i : tr_j);
705
706
- bool vert = ((side == TOP) || (side == BOTTOM));
+ bool vert = !((side == TOP) || (side == BOTTOM));
707
708
/* Don't connect where no tracks on fringes */
709
if ((tr_i < 0) || (tr_i > int(device_ctx.grid.width() - 2))) { //-2 for no perimeter channels
0 commit comments