Skip to content

Commit 11b4e66

Browse files
committed
FlatRecon: Small commenting fix.
1 parent ed57b5d commit 11b4e66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/analytical_place/full_legalizer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ class FlatRecon : public FullLegalizer {
208208
/**
209209
* @brief Helper method to perform self clustering pass.
210210
*
211-
* Iterates over each tile and first tries to create least amount of
212-
* cluster in that tile with SKIP_INTRA_LB_ROUTE strategy. If the resulting
211+
* Iterates over each tile and first tries to create the fewest clusters
212+
* in that tile with SKIP_INTRA_LB_ROUTE strategy. If the resulting
213213
* cluster is found to be unroutable when fully checked, retry adding the
214214
* molecules with the FULL strategy before going to next tile.
215215
*

0 commit comments

Comments
 (0)