Skip to content

Commit c3d1fae

Browse files
committed
[VPR] Added comments about an TODO item in build_rr_indices()
1 parent 45565f7 commit c3d1fae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vpr/src/route/rr_graph2.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,7 @@ static void load_chan_rr_indices(const int max_chan_width,
937937
const t_chan_seg_details* seg_details = chan_details[x][y].data();
938938

939939
for (int track = 0; track < max_chan_width; ++track) {
940+
/* TODO: May let the length() == 0 case go through, to model muxes */
940941
if (seg_details[track].length() <= 0)
941942
continue;
942943

0 commit comments

Comments
 (0)