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