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
|
Name of the library where concerned instance is instantiated. |
|
|
Name of the cellview where concerned instance is instantiated. |
|
|
Separate each name with a space and enclose the list in quotation marks. |
Value Returned
Example
cphSetInstStopList(physConfigID "cph" "TopCell" "schematic" "I0" "layout layoutX")
Return to top