We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed57b5d commit 11b4e66Copy full SHA for 11b4e66
vpr/src/analytical_place/full_legalizer.h
@@ -208,8 +208,8 @@ class FlatRecon : public FullLegalizer {
208
/**
209
* @brief Helper method to perform self clustering pass.
210
*
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
+ * Iterates over each tile and first tries to create the fewest clusters
+ * in that tile with SKIP_INTRA_LB_ROUTE strategy. If the resulting
213
* cluster is found to be unroutable when fully checked, retry adding the
214
* molecules with the FULL strategy before going to next tile.
215
0 commit comments