Skip to content

Commit d7cf4d5

Browse files
[AP][MassLegalizer] Fixed Small Typo
1 parent ea2cea2 commit d7cf4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/analytical_place/partial_legalizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,7 @@ static bool should_move_blk_to_other_window(const PrimitiveVector& window_curr_o
16491649
* If this block is moved, the utilizations and the overfills will be updated
16501650
* accordingly, but the block itself will remain unmoved.
16511651
* NOTE: This may seem strange, it is; this is to prevent updating the primitive
1652-
* vectors too much, but tends to take a long time.
1652+
* vectors too much, which tends to take a long time.
16531653
*
16541654
* @param blk_mass
16551655
* The mass of the block to move from this window to the other window.

0 commit comments

Comments
 (0)