File tree 2 files changed +7
-4
lines changed 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 10
10
* - node_lookup: store a fast look-up for the nodes
11
11
*
12
12
* @note
13
- * - This is the only data structre allowed to modify a routing resource graph
13
+ * - This is the only data structure allowed to modify a routing resource graph
14
14
*
15
15
*/
16
16
#include " rr_graph_storage.h"
Original file line number Diff line number Diff line change @@ -133,7 +133,8 @@ class RRSpatialLookup {
133
133
*
134
134
* @note a node added with this call will not create a node in the rr_graph_storage node list
135
135
* You MUST add the node in the rr_graph_storage so that the node is valid
136
- *
136
+ */
137
+ /*
137
138
* TODO: Consider to try to return a reference to *this so that we can do chain calls
138
139
* - .add_node(...)
139
140
* - .add_node(...)
@@ -171,7 +172,8 @@ class RRSpatialLookup {
171
172
*
172
173
* @note currently this function only accepts SOURCE/SINK nodes. May unlock for the other types
173
174
* depending on needs
174
- *
175
+ */
176
+ /*
175
177
* TODO: Consider to make a high-level API to duplicate the nodes for large blocks.
176
178
* Then this API can become a private one
177
179
* For example,
@@ -196,7 +198,8 @@ class RRSpatialLookup {
196
198
* This function will keep any existing data
197
199
*
198
200
* @note Strongly recommend to use when the sizes of dimensions are deterministic
199
- *
201
+ */
202
+ /*
200
203
* TODO: should have a reserve function but vtd::ndmatrix does not have such API
201
204
* as a result, resize can be an internal one while reserve function is a public mutator
202
205
*/
You can’t perform that action at this time.
0 commit comments