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

allowedWidthSpacingPatternGroups

spacings(
( allowedWidthSpacingPatternGroups
 'snapPatternDef t_spDefName
 (l_patternNames)
)
) ;spacings

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

Values

l_patternNames

A list of allowed width spacing pattern group names.

Parameters

'snapPatternDef t_spDefName

  

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

Example

The width spacing pattern groups allowed in width spacing snap pattern definition m1_grid are 1X_group and basePatterns.

spacings(
    ( allowedWidthSpacingPatternsGroups 
     'snapPatternDef "m1_grid" 
("1X_group" "basePatterns")
)
) ;spacings

Return to top
 ⠀
X