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

lceExtractAreas

lceExtractAreas(
d_layCellViewID
l_points
[ ?reportType reportType ]
)
=> t / nil

Description

Extracts connectivity for the specified areas of the design.

Arguments

d_layCellViewID

ID of the cellview to be extracted.

l_points

List of list of coordinates for each area to be extracted.

?reportType reportType

Specifies the type of report printed during extraction, if a report is printed.

The default report type is "full".

Other supported values for the argument are: "none" and "simple".

Value Returned

t

The specified areas were extracted.

nil

The specified areas were not extracted.

Example

lceExtractAreas(cvId list(list(0:0 100:200) list(500:0 1000:1000)))

For the layout cellview cvId, extracts two areas. The first area extracted is represented using the lower-left corner at coordinate (0,0) and the upper-right corner at (100, 200). The second extracted area is represented using lower-left corner at (500, 0) and the upper-right corner at (1000, 1000).

Related Topics

Extracting Connectivity by Area


Return to top
 ⠀
X