Skip to content

Commit 925834f

Browse files
committed
Add a reference to global routing constraints file in clock network description documentation
1 parent 60cc65b commit 925834f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/arch/reference.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1976,7 +1976,7 @@ The ``<segment>`` tag and its contents are described below.
19761976
.. note:: ``longline`` is only supported on with ``bidir`` routing
19771977
19781978
:opt_param res_type:
1979-
Specifies whether the segment belongs to the general or global routing network. If this tag is not specified, the resource type for
1979+
Specifies whether the segment belongs to the general or a clock routing network. If this tag is not specified, the resource type for
19801980
the segment is considered to be GENERAL.
19811981
19821982
:req_param freq:
@@ -2096,6 +2096,7 @@ Specifing a Clock Architecture
20962096

20972097
The element ``<clocknetworks>`` contains three sub-elements that collectively describe the clock architecture: the wiring parameters ``<metal_layers>``, the clock distribution ``<clock_network>``, and the clock connectivity ``<clock_routing>``.
20982098

2099+
.. note:: The clock network architecture defined in this structure is assigned the fixed default name ``"clock_network"``. When the user wants to specify a net to be routed through the defined clock architecture using a :ref:`global routing constraints file <global_routing_constraints>`, the network name attribute in the constraint tag must be set to ``"clock_network"``.
20992100

21002101
.. _clock_arch_example:
21012102

0 commit comments

Comments
 (0)