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

cphGetCellParamNameMapping

cphGetCellParamNameMapping(
g_physConfigID
t_logLib
t_logCell
)
=> t_paramMapping / nil

Description

Returns the mapping specified between parameter names in the schematic and layout views of the specified cell in the specified physical configuration.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_logLib

Name of the library containing the logical view.

t_logCell

Name of the cell containing the logical view.

Value Returned

t_paramMapping

String specifying how parameter names are mapped.

nil

Parameter name mapping was not set.

Example

val=cphGetCellParamNameMapping(physConfigID "cph" "nand")

Return to top
 ⠀
X