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

leLayerOr

leLayerOr( 
d_cellViewId 
g_lpp1 
g_lpp2 
g_lpp3 
) 
=> l_shapes / nil

Description

Creates shapes in cellview d_cellViewId on layer g_lpp3 that correspond to the union of shapes on layers g_lpp1 and g_lpp2. A layer-purpose pair is a list containing a layer name followed by a layer purpose.

Arguments

d_cellViewId

The database ID of the cellview containing the layer-purpose pairs.

g_lpp1

First layer-purpose pair.

g_lpp2

Second layer-purpose pair.

g_lpp3

Layer-purpose pair assigned to the new shapes created.

Value Returned

l_shapes

Returns the IDs of the new shapes if they are created.

nil

The new shapes are not created.

Example

Creates shapes in cell3 on the layer allmetal from the union of the shapes on the metal1 and metal2 layers. Returns the shape IDs of the shapes.

leLayerOr( (cell3 list("metal1" "drawing") list("metal2" "drawing") list("allmetal" "drawing") )


Return to top
 ⠀
X