Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbCreateBusTermDef

dbCreateBusTermDef(
d_cellviewId
t_baseName
t_bitOrder
)
=> d_busTermDefId / nil

Description

Creates a bus terminal definition with specified bit order and base name in the given cellview.

Arguments

d_cellviewId

The database ID of the cellview.

t_baseName

Specifies the base name for the bus terminal definition.

t_bitOrder

The bit order for the bus terminal definition.

Valid Values:
none, ascendingBitOrder, and descendingBitOrder

Value Returned

d_busTermDefId

When successful, the ID of the busTermDef is returned.

nil

If an explicit bus terminal definition with the specified name already exists, a warning is issued and nil is returned.

Examples

This creates a bus term definition with base name "B" with ascending bit order.

dbCreateBusTermDef(cv "B" "ascendingBitOrder")

Related Topics

Bus Definition and Bit Order Functions


Return to top
 ⠀
X