Skip to content

Commit ce1ce1b

Browse files
committed
[vpr][route] fix comment
1 parent 8446d88 commit ce1ce1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/route/router_lookahead_map.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ class MapLookahead : public RouterLookahead {
4444
/* provides delay/congestion estimates to travel specified distances
4545
* in the x/y direction */
4646
// This is a 6D array storing the cost to travel from a node of type CHANX/CHANY to a point that is dx, dy further, and is on the "layer_num" layer.
47-
// To store this information, the first index is the layer number that the node under consideration is on, the second index represents the type of channel (X/Y)
48-
// that the node under consideration belongs to, the third is the segment type (specified in the architecture file under the "segmentlist" tag), the fourth is the
47+
// To store this information, the first index is the layer number that the node under consideration is on, the second index is the layer number of the target node, the third index represents the type of channel (X/Y)
48+
// that the node under consideration belongs to, the forth is the segment type (specified in the architecture file under the "segmentlist" tag), the fourth is the
4949
// target "layer_num" mentioned above, the fifth is dx, and the last one is dy.
5050
typedef vtr::NdMatrix<util::Cost_Entry, 6> t_wire_cost_map; //[0..num_layers][0..num_layers][0..1][[0..num_seg_types-1][0..device_ctx.grid.width()-1][0..device_ctx.grid.height()-1]
5151
//[0..1] entry distinguish between CHANX/CHANY start nodes respectively

0 commit comments

Comments
 (0)