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

lceExtractNets

lceExtractNets(
l_nets
[ ?reportType reportType ]
[ ?disableAnnotationChecking {t | nil } ]
)
=> t / nil

Description

Runs the Layout XL connectivity extractor on the specified nets.

Arguments

l_nets

List of nets in a cellview that need 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".

?disableAnnotationChecking

Controls whether annotations are checked during extraction.

The default is nil.

Value Returned

t

The specified nets were extracted.

nil

The specified nets were not extracted.

Example

lceExtractNets(list(VDD net29 net11))

Runs the Layout XL connectivity extractor on the nets: VDD net29 net11


Return to top
 ⠀
X