cphSetSchCellPhysicalBinding
cphSetSchCellPhysicalBinding(d_topSchCVID t_libName t_cellName t_value[ ?layCVIdd_layCVId] ) => t / nil
Description
Sets the physical binding of a cell specifying top-level schematic and layout cellviews IDs instead of the cphManager ID. After the cell binding is set, the SKILL function also saves the update to the physConfig view.
Arguments
|
Physical library, cell, and view name represented in a string format. |
|
|
Database ID of the top-level layout cellview associated with the specified cell. |
|
Value Returned
Example
Sets cell binding for the cell "nand".
scv -> Schematic cellview ID of the top-level schematic in a VLS XL session
lcv -> Layout cellview ID of the top-level layout in a VLS XL session
cphSetSchCellPhysicalBinding(scv "cph" "nand" "cph nand layout2" ?layCVId lcv) => t
Return to top