Skip to content

Commit cf00c56

Browse files
committed
final comment corrections on mac_can_be_placed
1 parent 031a52a commit cf00c56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vpr/src/place/place_util.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ inline bool is_loc_on_chip(int x, int y) {
247247
* @param head_pos
248248
* head_pos is the macro's head location.
249249
* @param check_all_legality
250-
* determines whether the routine should check whether all legality constraint
251-
* should be checked. Analytic placer does not require to check block's capacity
252-
* or floorplanning constraints. However, initial placement or SA-based approach
250+
* determines whether the routine should check all legality constraint
251+
* Analytic placer does not require to check block's capacity or
252+
* floorplanning constraints. However, initial placement or SA-based approach
253253
* require to check for all legality constraints.
254254
*/
255255
bool macro_can_be_placed(t_pl_macro pl_macro, t_pl_loc head_pos, bool check_all_legality);

0 commit comments

Comments
 (0)