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

apPDKSetupGetParamList

apPDKSetupGetParamList(
t_pdkName
)
=> l_paramList / nil

Description

(Virtuoso Layout Suite EXL) Retrieves a list of instance parameters that are registered to the specified PDK for the automated placement and routing flow.

Arguments

t_pdkName

Name of the PDK for which instance parameters must be retrieved.

Value Returned

l_paramList

A list of instance parameters registered for the specified PDK.

nil

There are no registered instance parameters for the specified PDK.

Examples

Applies custom PDK settings and retrieves a list of instance parameters for the specified PDK.

apCustomPDKSettings("CustomPDK" ?paramList list(list("cell_name1") list(list("param1" "OFF")))))
=> t
apPDKSetupGetParamList("CustomPDK")
=> (("cell_name1" 
               (("param1") (“OFF”))
   )
)

Return to top
 ⠀
X