Skip to content

Commit ea9f04d

Browse files
author
Yulang Luo
committed
[vpr][placer] fixed comment's grammar
1 parent 7986dd1 commit ea9f04d

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
@@ -80,7 +80,7 @@ static vtr::NdMatrix<float, 2> chanx_place_cost_fac({0, 0}); // [0...device_ctx.
8080
static vtr::NdMatrix<float, 2> chany_place_cost_fac({0, 0}); // [0...device_ctx.grid.height()-2]
8181

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

0 commit comments

Comments
 (0)