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

vfpSbSetPolygonalBoundary

vfpSbSetPolygonalBoundary(
l_PhysLCV
l_ listOfPolygonPoints
)
=> t / nil

Description

Specifies the boundary attributes of soft blocks that are polygonal in shape.

Arguments

l_PhysLCV

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

l_listOfPolygonPoints

The vertices of the rectilinear polygon in the form of a list of x, y coordinates

Value Returned

t

The vertices of the polygonal soft block were set.

nil

The vertices of the polygonal soft block were not set.

Example

vfpSbSetPolygonalBoundary(list("design" "top_viewtest" "layout_sav") list('(0 0) '(0 500000) '(500000 500000) '(500000 0)))

Return to top
 ⠀
X