cphSetSchInstPhysicalBinding
cphSetSchInstPhysicalBinding(d_topSchCVID d_schInstID t_value g_all[ ?layCVIdd_layCVId] ) => t / nil
Description
Sets the physical binding of an instance specifying the top-level schematic and layout cellview IDs instead of the cphManager ID.
Arguments
|
Physical library, cell, and view names represented in a string format. |
|
|
Updates the sub physConfig view, if the specified schematic instance to update is inside a sub level physConfig. |
|
Value Returned
Example
Sets the physical binding on instance "N0", which is instantiated in schematic cellview nand2_A using the Layout XL session represented by scv and lcv.
scv -> top-level schematic cellview ID in a VLS XL session
lcv -> top-level layout cellview ID in a 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
cphSetSchInstPhysicalBinding(scv n0 "cph nmos layout2" t ?layCVId lcv)=> t
Return to top