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

cphSbDelIOPin

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

Description

Deletes an existing I/O pin from the specified soft block.

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

t_termName

Name of the net

Value Returned

t

The pin has been deleted.

nil

The pin has not been deleted.

Examples

cphSbDelIOPin(cphId sbId "A")
cphSbDelIOPin(cphId list("lib" "cell "view") "B")

Return to top
 ⠀
X