Skip to content

Commit 489eb5b

Browse files
MohamedElgammalvaughnbetz
MohamedElgammal
authored andcommitted
remove legal_num from comments
1 parent 4064fc2 commit 489eb5b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

vpr/src/place/place_util.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,8 @@ double get_std_dev(int n, double sum_x_squared, double av_x) {
337337
*
338338
* @param legal_pos
339339
* a lookup of all subtiles by sub_tile type
340-
* legal_pos[0..device_ctx.num_block_types-1][0..num_sub_tiles - 1][0..num_legal - 1] = t_pl_loc for a single
341-
* placement location of the proper tile type and sub_tile type.
342-
* where num_legal is total number of each type of subtiles
340+
* legal_pos[0..device_ctx.num_block_types-1][0..num_sub_tiles - 1] = std::vector<t_pl_loc> of all the legal locations
341+
* of the proper tile type and sub_tile type
343342
*
344343
*/
345344
void alloc_and_load_legal_placement_locations(std::vector<std::vector<std::vector<t_pl_loc>>>& legal_pos) {

0 commit comments

Comments
 (0)