Skip to content

Commit 38c6a85

Browse files
author
Yulang Luo
committed
[vpr][placer] fixed comment's grammar
1 parent 4e44de6 commit 38c6a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/place/net_cost_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static vtr::NdMatrix<float, 2> chanx_place_cost_fac({0, 0}); // [0...device_ctx.
5555
static vtr::NdMatrix<float, 2> chany_place_cost_fac({0, 0}); // [0...device_ctx.grid.height()-2]
5656

5757
/**
58-
* @brief For each of the vector in this struct, there is one entry per cluster level net:
58+
* @brief For each of the vectors in this struct, there is one entry per cluster level net:
5959
* [0...cluster_ctx.clb_nlist.nets().size()-1].
6060
* net_cost and proposed_net_cost: Cost of a net, and a temporary cost of a net used during move assessment.
6161
* We also use negative cost values in proposed_net_cost as a flag to indicate that

0 commit comments

Comments
 (0)