File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,9 +247,9 @@ inline bool is_loc_on_chip(int x, int y) {
247
247
* @param head_pos
248
248
* head_pos is the macro's head location.
249
249
* @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
253
253
* require to check for all legality constraints.
254
254
*/
255
255
bool macro_can_be_placed (t_pl_macro pl_macro, t_pl_loc head_pos, bool check_all_legality);
You can’t perform that action at this time.
0 commit comments