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
|
Name of the library where concerned instance is instantiated. |
|
|
Name of the cellview where concerned instance is instantiated. |
|
|
Boolean specifying whether the stop point is to be set ( |
Value Returned
Example
The example sets the stop point attribute for an instance I0.
cphSetInstStopPoint(physConfigID "cph" "TopCell" "schematic" "I0" t)
Return to top