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

cphSetCellTermNameMapping

cphSetCellTermNameMapping(
g_physConfigID
t_logLib
t_logCell
t_termMapping
)
=> t / nil

Description

Defines the mapping between terminal 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_termMapping

String specifying how terminal names are mapped.

For example,

B G ; X D ;

Maps schematic terminals B and X to layout terminals G and D respectively.

Value Returned

t

Terminal name mapping was set.

nil

Terminal name mapping was not set.

Example

cphSetCellTermNameMapping(physConfigID "cph" "nand" "B G ; X D ;")

Return to top
 ⠀
X