Skip to content

Commit 66e4f83

Browse files
committed
Adjusted a comment in rr_graph_view.h
Signed-off-by: Ethan Rogers <[email protected]>
1 parent e5b2964 commit 66e4f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/device/rr_graph_view.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class RRGraphView {
7777
return node_storage_.node_direction_string(node);
7878
}
7979

80-
/* Get the direction string of a routing resource node. This function is inlined for runtime optimization. */
80+
/* Get the fan in of a routing resource node. This function is inlined for runtime optimization. */
8181
inline t_edge_size node_fan_in(RRNodeId node) const {
8282
return node_storage_.fan_in(node);
8383
}

0 commit comments

Comments
 (0)