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

apPDKSetupGetRegProcs

apPDKSetupGetRegProcs(
t_pdkName
)
=> l_procList / nil

Description

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

Arguments

t_pdkName

Name of the PDK for which registered custom constraint registration procedures must be retrieved.

Value Returned

l_procList

A list of custom constraint registration procedures registered for the specified PDK.

nil

There are no registered custom constraint registration procedures for the specified PDK.

Examples

Applies custom PDK settings and retrieves a list of custom constraint registration procedures for the specified PDK.

apCustomPDKSettings("CustomPDK" ?regFile "filePath")
=> t
apPDKSetupGetRegProcs("CustomPDK")
=> ("proc1" "proc2" "proc3")

Return to top
 ⠀
X