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 ea2cea2 commit d7cf4d5Copy full SHA for d7cf4d5
vpr/src/analytical_place/partial_legalizer.cpp
@@ -1649,7 +1649,7 @@ static bool should_move_blk_to_other_window(const PrimitiveVector& window_curr_o
1649
* If this block is moved, the utilizations and the overfills will be updated
1650
* accordingly, but the block itself will remain unmoved.
1651
* 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.
+ * vectors too much, which tends to take a long time.
1653
*
1654
* @param blk_mass
1655
* The mass of the block to move from this window to the other window.
0 commit comments