Skip to content

Commit 1e357a0

Browse files
author
MohamedElgammal
committed
more commenting
1 parent c5c60ca commit 1e357a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vpr/src/place/move_utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ void compressed_grid_to_loc(t_logical_block_type_ptr blk_type, int cx, int cy, t
166166
* min_cy, max_cx: the minimum and maximum y coordinates of the range in the compressed grid
167167
* cx_from, cy_from: the x and y coordinates of the old location
168168
* cx_to, cy_to: the x and y coordinates of the new location on the compressed grid
169+
* is_median: true if this is called from find_to_loc_median
169170
*/
170171
bool find_compatible_compressed_loc_in_range(t_logical_block_type_ptr type, int min_cx, int max_cx, int min_cy, int max_cy, int delta_cx, int cx_from, int cy_from, int& cx_to, int& cy_to, bool is_median);
171172

0 commit comments

Comments
 (0)