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

apPDKSetupGetModgenDummyAlias

apPDKSetupGetModgenDummyAlias(
t_pdkName
)
=> l_paramList / nil

Description

(Virtuoso Layout Suite EXL and above) Retrieves a list of PDK-specific Modgen dummy library, cell, and parameter name aliases registered for the specified PDK in the Virtuoso automated placement and routing flow.

Arguments

t_pdkName

Name of the PDK for which Modgen dummy library, cell, and parameter name aliases must be retrieved.

Value Returned

l_paramList

A list of lists of Modgen dummy library, cell, and parameter names.

nil

There are no registered dummy library, cell, and parameter names for the specified PDK.

Examples

Retrieves a list of PDK-specific Modgen dummy library, cell, and parameter name aliases registered for customPDK.

apPDKSetupGetModgenDummyAlias("customPDK")

Return to top
 ⠀
X