Product Documentation
Virtuoso Technology Data Constraints Reference
Product Version IC23.1, November 2023

minPRBoundaryExtension

spacings(
( minPRBoundaryExtension tx_layer
 f_extension ['coincidentAllowed]
)
) ;spacings

Specifies the minimum distance a shape must extend past the PR boundary on a layer. This constraint is commonly used to describe the necessary extension of a well past a boundary.

Values

tx_layer

The layer on which the constraint is applied.

Type: String (layer and purpose names) or Integer (layer number)

f_extension

The extension of the shape past the PR boundary must be greater than or equal to this value.

Parameters

'coincidentAllowed

The shape can coincide with the PR boundary. Otherwise, the spacing requirement must be met.

Type: Boolean

Example

The extension of a NWell shape past the PR boundary must be at least 1.5.

spacings(
    ( minPRBoundaryExtension "NWell" 
     1.5
)
) ;spacings

Return to top
 ⠀
X