Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

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

None

Value Returned

t

Implicit bus terminals in the layout cellview are updated.

nil

The update failed.

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
 ⠀
X