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

cphSetInstStopList

cphSetInstStopList(
g_physConfigID
t_lib
t_cell
t_view
t_inst
t_stopList
)
=> t / nil

Description

Sets an inherited physical stop view list for a specified instance in the physical configuration associated with the given ID.

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.

t_stopList

List of physical view names.

Separate each name with a space and enclose the list in quotation marks.

Value Returned

t

The inherited stop list was set.

nil

The inherited stop list was not set.

Example

cphSetInstStopList(physConfigID "cph" "TopCell" "schematic" "I0" "layout layoutX")

Return to top
 ⠀
X