apResetPDKSetup
apResetPDKSetup(t_pdkName[ ?paramListg_paramsList|?paramFuncg_paramFunc][ ?cdsEnvsg_cdsEnvars][ ?regFileg_regFile][ ?fillParamsg_fillParams] ) =>t/ nil
Description
(Virtuoso Layout Suite EXL) Unregisters instance parameters, environment variables, custom constraint registration procedures, fill instances parameters, or instance parameter function from the specified PDK.
Arguments
Value Returned
|
The specified arguments were unregistered from the specified PDK. |
|
|
There are no registered custom constraint registration procedures for the specified PDK. |
Examples
Unregisters all master cellviews names and their CDF parameters in the specified PDK.
apResetPDKSetup("customPDK" ?paramList t)
Unregisters all master cellviews names, their CDF parameters, and CDS environment variables in the specified PDK.
apResetPDKSetup("customPDK" ?paramList t
?cdsEnvs t)
Unregisters all master cellviews names and their CDF parameters, CDS environment variables, procedures, and fill parameters in the specified PDK.
apResetPDKSetup("customPDK" ?paramList t
?cdsEnvs t
?regFile t
?fillParams t)
Unregisters all CDS environment variables, procedures, fill parameters, and the function that returns a list of CDF parameter key-value pairs in the specified PDK.
apResetPDKSetup("customPDK" ?cdsEnvs t
?regFile t
?paramFunc t
?fillParams t)
Return to top