Skip to content

Commit deb8802

Browse files
committed
Merge remote-tracking branch 'origin/openfpga' into rem_warnings
2 parents 6d1dd98 + ddc3ac4 commit deb8802

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vpr/src/tileable_rr_graph/tileable_rr_graph_gsb.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,6 +1318,9 @@ t_pin2track_map build_gsb_opin_to_track_map(const RRGraphView& rr_graph,
13181318
continue;
13191319
}
13201320
}
1321+
if (rr_gsb.get_sb_x() == grids.width() - 1 || rr_gsb.get_sb_y() == grids.height() - 1) {
1322+
skip_conn2track = true;
1323+
}
13211324

13221325
if (true == skip_conn2track) {
13231326
continue;

0 commit comments

Comments
 (0)