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