Technical data
find
ModelSim EE/PLUS Reference Manual Simulator Command Reference
-
317
find
The
find
command displays the full pathnames of all HDL items in the design
whose names match the name specification you provide. If no port mode is
specified, all interface items and internal items are found (that is, all items of
modes IN, OUT, INOUT, and INTERNAL).
Syntax
find
[-recursive] [-in] [-out] [-inout]
[-internal] [-ports] <item_name> ...
Arguments
-recursive
Specifies that the scope of the search is to descend recursively into subregions. Optional; if
omitted, the search is limited to the selected region.
-in
Specifies that the scope of the search is to include ports of mode IN. Optional.
-out
Specifies that the scope of the search is to include ports of mode OUT. Optional.
-inout
Specifies that the scope of the search is to include ports of mode INOUT. Optional.
-internal
Specifies that the scope of the search is to include internal items. Optional.
-ports
Specifies that the scope of the search is to include all ports. Optional. Has the same effect
as specifying -in, -out, and -inout together.
<item_name> ...
Specifies the name for which you want to search. Required. Multiple names and wildcard
characters are allowed.