Skip to content

Commit bf244ed

Browse files
[SG] Fix typo in architecture reference
1 parent 0be355d commit bf244ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/arch/reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2721,8 +2721,8 @@ When instantiated, a scatter-gather pattern gathers connections from a switchblo
27212721
:req_param seg_type: Name of the segment/wire used to move through the device to the scatter location (i.e. the type of the scatter-gather node)
27222722
27232723
:opt_param x_offset: Offset of the scatter relative to the gather in the x-axis
2724-
:opt_param x_offset: Offset of the scatter relative to the gather in the y-axis
2725-
:opt_param x_offset: Offset of the scatter relative to the gather in the z-axis
2724+
:opt_param y_offset: Offset of the scatter relative to the gather in the y-axis
2725+
:opt_param z_offset: Offset of the scatter relative to the gather in the z-axis
27262726
27272727
.. note:: One and only one of the offset fields for the sg_link tag should be set. The magnitude of the offset will generally be chosen by the architecture file creator to match the length of the sg_link segment type.
27282728

0 commit comments

Comments
 (0)