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 dd026a5 commit 45565f7Copy full SHA for 45565f7
vpr/src/device/rr_spatial_lookup.h
@@ -127,9 +127,8 @@ class RRSpatialLookup {
127
e_side side);
128
129
/**
130
- * Resize three dimensions of the lookup under a given type of node to be memory efficient
131
- * This function is called to expand the matrix when x, y or side
132
- * when one or more of them beyond current capacity
+ * Resize the given 3 dimensions (x, y, side) of the RRSpatialLookup data structure for the given type
+ * This function will keep any existing data
133
*
134
* Strongly recommend to use when the sizes of dimensions are deterministic
135
0 commit comments