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

vfpSbSetRectangularBoundary

vfpSbSetRectangularBoundary(
l_PhysLCV
n_width
n_height
)
=> t  / nil

Description

Specifies the boundary vertices of the rectangular soft block.

Arguments

l_PhysLCV

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

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.

Example

vfpSbSetRectangularBoundary(list("design" "block1" "layout") 20 30)

Return to top
 ⠀
X