cphSetSchInstForceDescend
cphSetSchInstForceDescend(d_topSchCVID d_schInstID g_value g_all[ ?layCVIdd_layCVId] ) => t / nil
Description
Sets the value for force descend on the specified instance, specifying top-level schematic and layout cellview IDs instead of the cphManager ID.
Arguments
|
If set to |
|
|
If set to |
|
Value Returned
|
The force descend was set or unset on the specified instance. |
|
Examples
Finds the physical binding for the top-level schematic instance "I0".
scv -> top-level schematic cellview ID in the VLS XL session
lcv -> top-level layout cellview ID in the VLS XL session
i0 -> Instance ID for instance "I0" in the top-level schematic cellview
n0 -> Instance ID for instance "N0" in the lower-level nand2_A schematic cellview
cphGetSchInstPhysicalBinding(scv i0 ?layCVId lcv)
Sets force descend to descend past the physical stopping point and bind next level down at the nmos.
cphSetSchInstForceDescend(scv i0 t t ?layCVId lcv)
Return to top