Skip to content

Commit 313753c

Browse files
committed
Made commenting in the header more general based on review.
1 parent 71a4c20 commit 313753c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vpr/src/pack/greedy_candidate_selector.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,9 @@ class GreedyCandidateSelector {
518518
/// have been performed.
519519
int num_unrelated_clustering_attempts_ = 0;
520520

521-
/// @brief Random number generator to get a random atom between 0 and
522-
/// number of available atoms -1 for attraction group.
521+
/// @brief Random number generator used by the clusterer. Currently this
522+
/// is used only when selecting atoms from attraction groups, but
523+
/// could be used for other purposes in the future.
523524
vtr::RngContainer rng_;
524525
};
525526

0 commit comments

Comments
 (0)