Skip to content

Commit 358c888

Browse files
apply PR comments
1 parent a7d660e commit 358c888

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/vpr/command_line_usage.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ The following options are only used when FPGA device and netlist contain a NoC r
10981098
.. option:: --noc_aggregate_bandwidth_weighting <float>
10991099

11001100
Controls the importance of minimizing the NoC aggregate bandwidth. This value can be >=0, where 0 would mean the aggregate bandwidth has no relevance to placement.
1101-
Other positive numbers specify the importance of minimizing the NoC aggregate bandwidth to other NoC-related cost terms.
1101+
Other positive numbers specify the importance of minimizing the NoC aggregate bandwidth compared to other NoC-related cost terms.
11021102
Weighting factors for NoC-related cost terms are normalized internally. Therefore, their absolute values are not important, and
11031103
only their relative ratios determine the importance of each cost term.
11041104

@@ -1107,7 +1107,7 @@ The following options are only used when FPGA device and netlist contain a NoC r
11071107
.. option:: --noc_latency_constraints_weighting <float>
11081108

11091109
Controls the importance of meeting all the NoC traffic flow latency constraints. This value can be >=0, where 0 would mean latency constraints have no relevance to placement.
1110-
Other positive numbers specify the importance of meeting latency constraints to other NoC-related cost terms.
1110+
Other positive numbers specify the importance of meeting latency constraints compared to other NoC-related cost terms.
11111111
Weighting factors for NoC-related cost terms are normalized internally. Therefore, their absolute values are not important, and
11121112
only their relative ratios determine the importance of each cost term.
11131113

@@ -1117,7 +1117,7 @@ The following options are only used when FPGA device and netlist contain a NoC r
11171117

11181118
Controls the importance of reducing the latencies of the NoC traffic flows.
11191119
This value can be >=0, where 0 would mean the latencies have no relevance to placement
1120-
Other positive numbers specify the importance of minimizing aggregate latency to other NoC-related cost terms.
1120+
Other positive numbers specify the importance of minimizing aggregate latency compared to other NoC-related cost terms.
11211121
Weighting factors for NoC-related cost terms are normalized internally. Therefore, their absolute values are not important, and
11221122
only their relative ratios determine the importance of each cost term.
11231123

@@ -1127,7 +1127,7 @@ The following options are only used when FPGA device and netlist contain a NoC r
11271127

11281128
Controls the importance of reducing the congestion of the NoC links.
11291129
This value can be >=0, where 0 would mean the congestion has no relevance to placement.
1130-
Other positive numbers specify the importance of minimizing congestion to other NoC-related cost terms.
1130+
Other positive numbers specify the importance of minimizing congestion compared to other NoC-related cost terms.
11311131
Weighting factors for NoC-related cost terms are normalized internally. Therefore, their absolute values are not important, and
11321132
only their relative ratios determine the importance of each cost term.
11331133

0 commit comments

Comments
 (0)