Skip to content

Commit b70e728

Browse files
committed
Fix typos in the added documentation
1 parent 1e7c90d commit b70e728

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/src/arch/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1977,7 +1977,7 @@ The ``<segment>`` tag and its contents are described below.
19771977
19781978
:opt_param res_type:
19791979
Specifies whether the segment belongs to the general or a clock routing network. If this tag is not specified, the resource type for
1980-
the segment is considered to be GENERAL.
1980+
the segment is considered to be GENERAL (i.e. regular routing).
19811981
19821982
:req_param freq:
19831983
The supply of routing tracks composed of this type of segment.

doc/src/vpr/command_line_usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ Use the options below to override this default naming behaviour.
364364

365365
.. option:: --write_vpr_constraints <file>
366366

367-
Writes out new :ref:`floorplanning constraints <placement_constraints>` based on current placement to the specified XML file.
367+
Writes out new :ref:`floorplanning constraints <placement_constraints>` based on the current placement to the specified XML file.
368368

369369
.. option:: --read_router_lookahead <file>
370370

doc/src/vpr/global_routing_constraints.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To indicate that a node represents a clock network virtual sink, users can utili
5555

5656
Distinguishing Between Clock Networks
5757
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
58-
Given the support for multiple clock networks, VPR needs a way to distinguish between different virtual sinks belonging to various clock networks. This is achieved through the optional ``"name"`` attribute for the rr_node, accepting a string used as the clock network name. Therefore, when the ``"clk_res_type"`` is set to ``"VIRTUAL_SINK"``, the attribute ``"name"`` becomes a requried parameter to enable VPR to determine which clock netwrok the virtual sink belongs to.
58+
Given the support for multiple clock networks, VPR needs a way to distinguish between different virtual sinks belonging to various clock networks. This is achieved through the optional ``"name"`` attribute for the rr_node, accepting a string used as the clock network name. Therefore, when the ``"clk_res_type"`` is set to ``"VIRTUAL_SINK"``, the attribute ``"name"`` becomes a requried parameter to enable VPR to determine which clock network the virtual sink belongs to.
5959

6060
When specifying the network_name in a global routing constraints file for routing a global net through a desired clock network, as described in the :ref:`above <global_routing_constraints_file_format>` section, the name defined as an attribute in the virtual sink of the clock network should be used to reference that clock network.
6161

0 commit comments

Comments
 (0)