Skip to content

Commit e6c296e

Browse files
committed
[vpr][place] update get_place_inner_loop_num_move comment
1 parent 3f8d8e4 commit e6c296e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vpr/src/place/place_util.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ class t_placer_statistics {
197197
};
198198

199199
/**
200-
* @brief Get the number of moves tried in the inner loop of the annealer.
200+
* @brief Get the number of moves attempted by the annealer's inner
201+
* loop in each outer loop iteration.
201202
*
202203
* There are two ways to scale the move limit.
203204
* e_place_effort_scaling::CIRCUIT

0 commit comments

Comments
 (0)