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

cphSbDisplayBoundaryInfo

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

Description

Displays boundary attributes corresponding to 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.

Value Returned

t

Displays the following boundary attributes of the specified soft block:

  • BoundaryType
  • Area
  • PolygonPoints
  • Aspect Ratio
  • Width
  • Height
  • Utilization
  • Area Mode
  • AreaPerGate
  • GateCount
  • AreaEstCallback

nil

The command was unsuccessful.

Examples

cphSbDisplayBoundaryInfo(cphId sbId)
cphSbDisplayBoundaryInfo(cphId list("design" "block" "layout"))

Return to top
 ⠀
X