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

apPDKSetupGetVtNameList

apPDKSetupGetVtNameList(
t_pdkName
)
=> l_procList / nil

Description

(Virtuoso Layout Suite EXL) Searches for PDK-specific voltage threshold (VT) CDF parameter names and cell names registered to a particular PDK in the automated device placement and routing flow.

Arguments

t_pdkName

Name of the PDK for which the registered VT CDF parameter names are to be retrieved.

Value Returned

l_procList

A list of strings. The first string is the VT CDF parameter name followed by the cell names.

nil

There are no registered VT CDF parameters for the specified PDK.

Examples

Retrieves a list of VT CDF parameter names and their cell names that are registered to the specified PDK.

apPDKSetupGetVtNameList(myPDK)

Related Topics


Return to top
 ⠀
X