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
|
Name of the PDK for which registered custom constraint registration procedures must be retrieved. |
|
Value Returned
|
A list of custom constraint registration procedures registered for the specified PDK. |
|
|
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