maxDiagonalEdgeLength
spacings( ( maxDiagonalEdgeLengthtx_layerf_length)
) ;spacings
Specifies the maximum edge length for a diagonal shape.

Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
Parameters
Example
The maximum diagonal edge length must be 3.0 on Metal1 and equal to the value of the technology parameter diaglength2 on Metal2.
spacings( ( maxDiagonalEdgeLength "Metal1" 3.0 ) ( maxDiagonalEdgeLength "Metal2" techParam("diaglength2") )
) ;spacings
Return to top