You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vpr/src/device/rr_graph_view.h
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -259,22 +259,29 @@ class RRGraphView {
259
259
return node_storage_.node_side_string(node);
260
260
}
261
261
262
-
/** @brief Get the number of configurable edges, each configurable edge is controlled by a programmable memory bit. This function is inlined for runtime optimization. */
262
+
/** @brief Get the number of configurable edges. This function is inlined for runtime optimization. */
/** @brief Get the number of non-configurable edges, each non-configurable edge is a hard-wired connection. This function is inlined for runtime optimization. */
267
+
/** @brief Get the number of non-configurable edges. This function is inlined for runtime optimization. */
0 commit comments