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

cphDeleteCellTermNameMapping

cphDeleteCellTermNameMapping(
g_physConfigID
t_logLib
t_logCell
)
=> t / nil

Description

Deletes the mapping specified 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 logical cell.

Value Returned

t

Terminal name mapping was deleted.

nil

Terminal name mapping was not deleted.

Example

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

Return to top
 ⠀
X