dbCreateBusNetDef
dbCreateBusNetDef(d_cellviewId t_baseName t_bitOrder) =>d_busNetDefId/nil
Description
Creates a bus net definition with specified bit order and base name in the given cellview.
Arguments
|
The bit order for the bus net definition.
Valid Values: |
Value Returned
|
When successful, the ID of the bus net definition is returned. |
|
|
If an explicit oaBusNetDef with the specified name already exists, a warning is issued and |
Examples
This creates a busNet definition with base name "in" with ascending bit order.
dbCreateBusNetDef(cv "in" "ascendingBitOrder")
Related Topics
Bus Definition and Bit Order Functions
Return to top