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

dbCreateVectorInstDef

dbCreateVectorInstDef(
d_cellviewId
t_baseName
t_bitOrder
)
=> d_vectorInstDefId / nil

Description

Creates a vector instance 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 vector instance.

t_bitOrder

The bit order for the vector instance.

Valid Values:
none, ascendingBitOrder, and descendingBitOrder

Value Returned

d_vectorInstDefId

When successful, the ID of the vector instance is returned.

nil

If an explicit vector instance with the specified name already exists, a warning is issued and nil is returned.

Examples

This creates a vectorInst definition with base name "A" and ascending bit order.

dbCreateVectorInstDef(cv "A" "ascendingBitOrder")

Related Topics

Bus Definition and Bit Order Functions


Return to top
 ⠀
X