find_bus
find_bus
[ -ignore_case [ true | false ] ]
[ -name s_busExpr ]
[ -no_wildcard [ true | false ] ]
Description
Returns a set that contains all the nets in the buses whose names match the given -name argument.
Arguments
|
Finds all nets in the buses whose names match the expression. The expression can include special characters described in Pattern Matching. If this argument is not specified, the resultant set will include the nets in all buses. |
|
Value Returned
Related Topics
Return to top