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

cphSbDisplayAllIOPinsInfo

cphSbDisplayAllIOPinsInfo(
g_cphId
{ g_sbId | l_physLCV }
)
=> t / nil

Description

Displays pin information for all pins that match the specified cphID and soft block ID.

Arguments

g_cphId

ID of the physical configuration cellview

g_sbId | l_physLCV

The soft block ID or a list of ("lib" "cell" "view") triplets.

Value Returned

t

The command was successful. Pin information such as the pin ID, Term Name, TermType, LPP, Width, Height, Number, Criticality, and SigType for all pins corresponding to the specified physical configuration ID and soft Block ID is displayed in the CIW.

nil

The command was unsuccessful.

Examples

cphSbDisplayAllIOPinsInfo(cphId sbId)
cphSbDisplayAllIOPinsInfo(cphId list("lib" "cell" "view"))

Return to top
 ⠀
X