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

cphSbGetIOPinId

cphSbGetIOPinId(
g_cphId
{ g_sbId | l_physLCV }
t_termName
)
=> x_pinId / nil

Description

Returns the pin ID of the soft block corresponding to the specified terminal name.

Arguments

g_cphId

ID of the physical configuration cellview

g_sbId

ID of the soft block

l_PhysLCV

List of ("lib" "cell" "view") triplets

t_termName

Name of the terminal

Value Returned

x_pinId

ID of the soft block corresponding to the specified terminal name

nil

The command was unsuccessful.

Examples

pinId = cphSbGetIOPinId(cphId sbId "Y")
pinId = cphSbGetIOPinId(cphId list("design" "block" "layout") "Y")

Return to top
 ⠀
X