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
|
Name of the PDK for which Modgen dummy library, cell, and parameter name aliases must be retrieved. |
|
Value Returned
|
A list of lists of Modgen dummy library, cell, and parameter names. |
|
|
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