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

cphSbGetAllIOPins

cphSbGetAllIOPins(
g_cphId
{ g_sbId | l_physLCV }
)
=> l_pinID / nil

Description

Retrieves a list of pin IDs corresponding to the specified soft block.

Arguments

g_cphId

ID of the physical configuration cellview

g_sbId

ID of the soft block

l_PhysLCV

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

Value Returned

l_pinID

Displays a list of pin IDs corresponding to the specified soft block

nil

The command was unsuccessful.

Examples

cphSbGetAllIOPins(cphId sbId)
cphSbGetAllIOPins(cphId list("design" "block" "layout"))

Return to top
 ⠀
X