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

strandNumber

spacings(
( strandNumber tx_layer
 x_strandNum
)
) ;spacings

Defines the number of strands to use on the specified layer.

Values

tx_layer

The layer on which the constraint is applied.

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

x_strandNum

The number of strands.

Parameters

None

Example

The number of strands that can be used on Metal1 is one.

spacings(
    ( strandNumber "Metal1" 
     1 
)
) ;spacings

Return to top
 ⠀
X