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

cphSbGetSoftBlockId

cphSbGetSoftBlockId(
g_cphId
t_PhysLibName
t_PhysCellName
t_PhysViewName
)
=> x_softBLockId / nil

Description

Returns the ID of the soft block corresponding to the specified physical configuration ID and physical lib:cell:view

Arguments

g_cphId

ID of the physical configuration cellview.

t_PhysLibName, t_PhysCellName, t_PhysViewName

The physical ("lib" "cell" "view") of the soft block.

Value Returned

x_softBLockId

ID of the soft block corresponding to the specified cphId and physical ("lib" "cell" "view")

nil

Soft block does not exist.

Example

cphSbGetSoftBlockId(cphId "phys_lib_name" "phys_cell_name" "phys_view_name")

Return to top
 ⠀
X