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

cphSetInstStopPoint

cphSetInstStopPoint(
g_physConfigID
t_lib
t_cell
t_view
t_inst
g_boolean
)
=> t / nil

Description

Sets or unsets the stop point attribute on a specified instance in the physical configuration associated with the given ID. This means that hierarchy traversal always stops at this instance.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_lib

Name of the library where concerned instance is instantiated.

t_cell

Name of the cell where concerned instance is instantiated.

t_view

Name of the cellview where concerned instance is instantiated.

t_inst

Name of the instance.

g_boolean

Boolean specifying whether the stop point is to be set (t) or not (nil).

Value Returned

t

The stop point was set or unset on the specified instance.

nil

The stop point could not be set or unset.

Example

The example sets the stop point attribute for an instance I0.

cphSetInstStopPoint(physConfigID "cph" "TopCell" "schematic" "I0" t)

Return to top
 ⠀
X