cphSetCellParamNameMapping
cphSetCellParamNameMapping(
g_physConfigID
t_logLib
t_logCell
t_paramMapping
)
=> t / nil
Description
Defines the mapping between parameter names in the schematic and layout views of the specified cell in the specified physical configuration.
Arguments
|
String specifying how parameter names are mapped. l L ; w W ;
Maps schematic parameters |
Value Returned
Example
cphSetCellParamNameMapping(physConfigID "cph" "nand" "l L; w W;")
Return to top