Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

clePartitionGetLayers

clePartitionGetLayers(
d_cellViewID
t_name
)
=> l_layers / nil

Description

Retrieves the list of layers included in the specified Concurrent Layout design partition.

Arguments

d_cellviewID

Database ID of the cellview in which the design partition you want to check is defined.

t_name

Name of the design partition from which you want to retrieve the layer range.

Value Returned

l_layers

List of layer numbers included in the specific design partition. Layer numbers are defined in the technology database attached to the cellview.

nil

No layers are included in the specified design partition.

Examples

Indicates that layer numbers 30, 32, 34, 36, and 38 are included in design partition cle_p1.

layers = clePartitionGetLayers(cvId "cle_p1")
=> (30 32 34 36 38)

Return to top
 ⠀
X