Skip to content

Commit d2be1c8

Browse files
committed
[core] fixed a critical bug
1 parent c71c3b9 commit d2be1c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vpr/src/tileable_rr_graph/rr_gsb.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -859,9 +859,6 @@ void RRGSB::sort_chan_node_in_edges(const RRGraphView& rr_graph) {
859859
SideManager side_manager(side);
860860
/* Bypass boundary GSBs here. When perimeter_cb option is on, Some GSBs may have only 1 side of CHANX or CHANY. There are no edges in the GSB, so we should skip them */
861861
chan_node_in_edges_[side].resize(chan_node_[side].get_chan_width());
862-
if (chan_node_[side_manager.get_opposite()].get_chan_width() == 0) {
863-
continue;
864-
}
865862
for (size_t track_id = 0; track_id < chan_node_[side].get_chan_width(); ++track_id) {
866863
/* Only sort the output nodes and bypass passing wires */
867864
if ((OUT_PORT == chan_node_direction_[side][track_id])

0 commit comments

Comments
 (0)