cphSetCellStopList
cphSetCellStopList(
g_physConfigID
t_logLib
t_logCell
t_stopList
)
=> t / nil
Description
Sets the physical stop view list for a specified logical cell in the physical configuration associated with the given ID.
Arguments
|
g_physConfigID
|
ID of the physical configuration cellview.
|
|
t_logLib
|
Name of the library containing the logical view.
|
|
t_logCell
|
Name of the cell containing the logical view.
|
|
t_stopList
|
List of physical view names used to determine the corresponding physical view for a given logical view.
When traversing a hierarchy, Configure Physical Hierarchy stops when it encounters a view with one of the specified names.
Separate each name with a space and enclose the list in quotation marks.
|
Value Returned
|
t
|
The physical stop view list was set.
|
|
nil
|
The physical stop view list was not set.
|
Example
cphSetCellStopList(physConfigID "cph" "nand" "layout abstract")
Return to top