Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tools:layout:rect [2025/09/25 15:27] – [Abutment and alignment] rajit | tools:layout:rect [2025/09/25 17:57] (current) – [Hierarchy] rajit | ||
|---|---|---|---|
| Line 82: | Line 82: | ||
| '' | '' | ||
| * The cell type and cell instance name. The cell type is used to determine the '' | * The cell type and cell instance name. The cell type is used to determine the '' | ||
| - | * A transformation matrix, which is specified using the standard LEF notation for orientation. | + | * A transformation matrix, which is specified using the standard LEF notation for orientation |
| * An optional array specifier, that includes the array size and pitch in the x and y dimension. | * An optional array specifier, that includes the array size and pitch in the x and y dimension. | ||
| + | |||
| + | The following shows an example of a subcell without an array: | ||
| + | <code act> | ||
| + | cell myproc p1 N 0 0 | ||
| + | </ | ||
| + | This is a subcell with '' | ||
| + | |||
| + | A version of this cell that is arrayed as a 2x3 array with x-stride of 10 and y-stride of 20 is | ||
| + | <code act> | ||
| + | cell myproc p1 N 0 0 arr 2 10 3 20 | ||
| + | </ | ||
| + | The instance names would be '' | ||
| ====== Conversion to/from rect files ====== | ====== Conversion to/from rect files ====== | ||