We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b2964 commit 66e4f83Copy full SHA for 66e4f83
vpr/src/device/rr_graph_view.h
@@ -77,7 +77,7 @@ class RRGraphView {
77
return node_storage_.node_direction_string(node);
78
}
79
80
- /* Get the direction string of a routing resource node. This function is inlined for runtime optimization. */
+ /* Get the fan in of a routing resource node. This function is inlined for runtime optimization. */
81
inline t_edge_size node_fan_in(RRNodeId node) const {
82
return node_storage_.fan_in(node);
83
0 commit comments