lxHiUpdateBusTerminals
lxHiUpdateBusTerminals( ) => t / nil
Description
Updates the implicit bus terminals in the layout cellview based on the corresponding explicit bus terminals in the schematic cellview. The update is important to support interoperability of the layout cellviews with the designs created using the Innovus Implementation System.
Arguments
Value Returned
Example
when(window = hiGetCurrentWindow()
when(cellView = geGetEditCellView(window)
lxHiUpdateBusTerminals(cellView)
)
)
Updates the implicit bus terminals of the layout cellview currently open in the layout editing window.
Return to top