validCutClass
spacings( ( validCutClasstx_cutLayer['rowCol (x_rowx_col)] {(f_widthf_length) |t_name} )
) ;spacings
Specifies the cut class that is allowed on the given layer.
This constraint should be used in a net's default constraint group, and not in the foundry constraint group.
Values
|
The cut layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
|
The cut class allowed for the specified layer, specified by width and length or by name (as defined in a cutClasses constraint). |
|
Parameters
|
The number of rows and columns in a multiple-cut via of the specified cut class must be equal to row and col, respectively. |
|
Example
The cuts in a 0.3x0.3 via on layer Via1 must be organized into 2x2 array.
spacings( ( validCutClass "Via1" 'rowCol (2 2)
(0.3 0.3)
)
) ;spacings
Return to top