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
|
String specifying how terminal names are mapped. B G ; X D ;
Maps schematic terminals |
Value Returned
Example
cphSetCellTermNameMapping(physConfigID "cph" "nand" "B G ; X D ;")
Return to top