cphSetCellIgnoreForGen
cphSetCellIgnoreForGen(
g_physConfigID
t_logLib
t_logCell
g_value
)
=> t / nil
Description
Sets the Ignore for layout generation option to t or nil for the specified logical cell in the specified physical configuration.
Arguments
|
g_physConfigID
|
ID of the physical configuration cellview.
|
|
t_logLib
|
Name of the library where concerned instance is instantiated.
|
|
t_logCell
|
Name of the logical cell where concerned instance is instantiated.
|
|
g_boolean
|
Boolean specifying the value of the Ignore for layout generation option.
Valid Values: t or nil.
|
Value Returned
|
t
|
Ignore for layout generation was set.
|
|
nil
|
Ignore for layout generation was not set.
|
Example
cphSetCellIgnoreForGen(physConfigID "cph" "nand" t)
Return to top