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
|
The bit order for the vector instance.
Valid Values: |
Value Returned
|
If an explicit vector instance with the specified name already exists, a warning is issued and |
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