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

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

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.

t_paramMapping

String specifying how parameter names are mapped.

For example,

l L ; w W ;

Maps schematic parameters l and w to layout parameters L and W respectively.

Value Returned

t

Parameter name mapping was set.

nil

Parameter name mapping was not set.

Example

cphSetCellParamNameMapping(physConfigID "cph" "nand" "l L; w W;")

Return to top
 ⠀
X