Skip to content

Commit 45565f7

Browse files
committed
[VPR] Rework comments about the resize_nodes() in RRSpatialLookup
1 parent dd026a5 commit 45565f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

vpr/src/device/rr_spatial_lookup.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,8 @@ class RRSpatialLookup {
127127
e_side side);
128128

129129
/**
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
130+
* Resize the given 3 dimensions (x, y, side) of the RRSpatialLookup data structure for the given type
131+
* This function will keep any existing data
133132
*
134133
* Strongly recommend to use when the sizes of dimensions are deterministic
135134
*

0 commit comments

Comments
 (0)