dbFindBusTermDefByName
dbFindBusTermDefByName(d_cellviewId t_baseName) =>d_busTermDefId/nil
Description
Searches for a bus term definition with specified base name in the given cellview.
Arguments
Value Returned
|
If successful, the ID of the bus term definition is returned. |
|
Examples
dbFindBusTermDefByName(cv "B")
Related Topics
Bus Definition and Bit Order Functions
Return to top