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
|
Name of the PDK for which the registered VT CDF parameter names are to be retrieved. |
|
Value Returned
|
A list of strings. The first string is the VT CDF parameter name followed by the cell names. |
|
|
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