semi合集-English.pdf - 第5059页
SEMI M21-0304 © SEMI 1992, 2004 4 Figure 1 Array Centerlines Figure 2 Tiling

SEMI M21-0304 © SEMI 1992, 2004 3
6.2 Locate the Starting Element (0,0) as follows:
6.2.1 If the array center falls within an element,
designate that element as the Starting Element (see
Figure 3a).
6.2.2 If the array is regular and the array center lies at
an element corner, designate the element to the right
and immediately above the array center as the Starting
Element (see Figure 3b).
6.2.3 If the array is regular and the array center lies on
a vertical element boundary, designate as the Starting
Element that element which contains the horizontal
array centerline and is immediately to the right of the
vertical array centerline (see Figure 3c).
6.2.4 If the array is regular and the array center lies on
a horizontal element boundary, designate as the Starting
Element that element which contains the vertical array
centerline and is immediately above the horizontal
array centerline (see Figure 3d).
6.2.5 If columns of the array are tiled and the array
center lies on a vertical boundary between columns,
designate that element immediately to the right of the
vertical centerline and containing the horizontal array
centerline as the Starting Element. If the horizontal
array centerline also falls on an element boundary in the
column immediately to the right of the vertical array
centerline, designate the element in this column and
immediately above the horizontal array centerline as the
Starting Element (see Figure 4a).
6.2.6 If rows of the array are tiled and the array center
lies on a horizontal boundary between rows, designate
that element immediately above the horizontal array
centerline and containing the vertical array centerline as
the Starting Element. If the vertical array centerline also
falls on an element boundary in the row immediately
above the horizontal array centerline, designate the
element in this row and immediately to the right of the
vertical array centerline as the Starting Element (see
Figure 4b).
6.3 Assign addresses to the array elements as follows:
6.3.1 Elements along the horizontal array centerline:
6.3.1.1 If the horizontal array centerline passes through
an element, assign that element the address (i,0), where
i is the column number. The first column to the right of
the vertical array centerline is numbered 1, the next
column to the right is numbered 2, the next column to
the right is numbered 3, etc. Similarly, the first column
to the left of the vertical array centerline is numbered -
1, the next column to the left is numbered -2, the next
column to the left is numbered -3, etc. (see Figure 3a).
6.3.1.2 If the horizontal array centerline falls along an
element boundary in any column, i, assign the address
(i,0) to the element in that column which lies
immediately above the horizontal array centerline (see
Figure 3b).
6.3.2 Elements along the vertical array centerline:
6.3.2.1 If the vertical array centerline passes through an
element, assign that element the address (0,j), where j is
the row number. The first row above the horizontal
array centerline is numbered 1, the next row up is
numbered 2, the next row up is numbered 3, etc.
Similarly the first row below the horizontal array
centerline is numbered -1, the next row down is
numbered -2, the next row down is numbered -3, etc.
(see Figure 3a).
6.3.2.2 If the vertical array centerline falls along an
element boundary in any row, j, assign the address (0,j)
to the element in that row which lies immediately to the
right of the vertical array centerline (see Figure 3b).
6.3.3 Remaining elements:
6.3.3.1 Assign addresses (i,j) to the remaining elements
based on their position relative to the elements along
the horizontal and vertical array centerlines. For
example the address of the element immediately above
(1,0) is (1,1) and the element immediately below (1,0)
is (1,-1) (see Figure 5).

SEMI M21-0304 © SEMI 1992, 2004 4
Figure 1
Array Centerlines
Figure 2
Tiling

SEMI M21-0304 © SEMI 1992, 2004 5
Figure 3
On-Centerline Element Numbering