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

allowedWidthSpacingPatterns

spacings(
( allowedWidthSpacingPatterns 
 'snapPatternDef t_snapPatternDefName
 (l_patternNames)
)
) ;spacings

(Virtuoso Advanced Node for Layout Only) Specifies the width spacing patterns allowed in a width spacing snap pattern definition.

Values

l_patternNames

A list of allowed width spacing pattern names.

Parameters

'snapPatternDef t_snapPatternDefName

  

The width spacing snap pattern definition to which the constraint applies.

Example

The width spacing patterns allowed in width spacing snap pattern definition m1_grid are 1X and 2X.

spacings(
    ( allowedWidthSpacingPatterns 
     'snapPatternDef "m1_grid" 
("1X" "2X")
)
) ;spacings

Return to top
 ⠀
X