cphSetInstIgnoreForGen
cphSetInstIgnoreForGen(
g_physConfigID
t_logLib
t_logCell
t_logView
t_inst
g_value
)
=> t / nil
Description
Sets the Ignore for layout generation option to t or nil for the specified instance in the specified physical configuration.
Arguments
|
Name of the library where concerned instance is instantiated. |
|
|
Name of the logical view where concerned instance is instantiated. |
|
Value Returned
Example
cphSetInstIgnoreForGen(physConfigID "cph" "TopCell" "schematic" "I0" nil)
Return to top