Skip to content

Commit b199b7f

Browse files
remove layer from indexing comments
1 parent 088f075 commit b199b7f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

vpr/src/route/rr_graph_generation/rr_graph.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ void print_rr_graph_stats();
8080
* @param seg_inf Segments type information, such as length, frequency, and etc.
8181
* @param sets_per_seg_type Number of available sets within the channel_width of each segment type.
8282
*
83-
* @return an 4D matrix which keeps the track indices connected to each pin ([0..num_pins-1][0..width-1][0..height-1][0..layer-1][0..sides-1]).
84-
*
83+
* @return an 4D matrix which keeps the track indices connected to each pin ([0..num_pins-1][0..width-1][0..height-1]0..sides-1]).
8584
*/
8685
static vtr::NdMatrix<std::vector<int>, 4> alloc_and_load_pin_to_track_map(const e_pin_type pin_type,
8786
const vtr::Matrix<int>& Fc,
@@ -105,7 +104,7 @@ static vtr::NdMatrix<std::vector<int>, 4> alloc_and_load_pin_to_track_map(const
105104
* @param perturb_switch_pattern Specifies whether connections should be distributed unevenly across the channel or not.
106105
* @param directionality Segment directionality, should be either *UNI-DIRECTIONAL* or *BI-DIRECTIONAL*
107106
*
108-
* @return an 5D matrix which keeps the track indices connected to each pin ([0..num_pins-1][0..width-1][0..height-1][0..layer-1][0..sides-1][0..Fc_to_curr_seg_type-1]).
107+
* @return an 5D matrix which keeps the track indices connected to each pin ([0..num_pins-1][0..width-1][0..height-1][0..sides-1][0..Fc_to_curr_seg_type-1]).
109108
*/
110109
static vtr::NdMatrix<int, 5> alloc_and_load_pin_to_seg_type(const e_pin_type pin_type,
111110
const vtr::Matrix<int>& Fc,

0 commit comments

Comments
 (0)