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

weGatherBusWires

weGatherBusWires( 
[ w_windowId ] 
) 
=> t / nil

Description

This function is used when the leHiCreateBus command is running. If the gap between the bus wires does not match the minSpacing rule, then the wires are gathered at the minimum spacing. If the wires are already at minSpacing, they will be spread to use the initial gap, which is the gap before executing the weGatherBusWires function.

Arguments

w_windowId

ID of the window in which the leHiCreateBus command is running. By default it uses the current window.

Value Returned

t

The gap spacing of wires has been modified.

nil

The command failed to run or an error occurred.

Examples

The following example minimizes the spacing between bus bit to reach minspacing value.

weGatherBusWires(hiGetCurrentWindow())

Related Topics

Interactive and Assisted Routing Functions


Return to top
 ⠀
X