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

cphSbSetRectangularBoundary

cphSbSetRectangularBoundary(
g_cphId
{ g_sbId | l_physLCV }
n_width
n_height
)
=> t / nil

Description

Sets the soft block rectangular boundary with the specified dimensions.

Arguments

g_cphId

ID of the physical configuration cellview

g_sbId

ID of the soft block

l_PhysLCV

List specifying the ("lib" "cell" "view") corresponding to the soft block

n_width

Width of the rectangular boundary

n_height

Height of the rectangular boundary

Value Returned

t

The boundary vertices were set.

nil

The command was unsuccessful.

Examples

cphSbSetRectangularBoundary(cphId sbId 700 700)
cphSbSetRectangularBoundary(cphId list("design" "block" "layout") 56.1 78.4)

Return to top
 ⠀
X