Search View - 2025.2 English - UG1702

Vitis Reference Guide (UG1702)

Document ID
UG1702
Release Date
2025-11-20
Version
2025.2 English

You can use the search view to find and replace text globally within the current workspace. The search result includes text files in the workspace. These files include source files, configuration files, and log files. The system performs the search inside files. File names are not part of the search.

Figure 1. Search View

As shown in the image above, some of the features of the Search view include the following:

Match Case
Matches the case of the provided search string.
Match Whole Word
Matches only whole words.
Use Regular Expression
Defines the search using regular expressions.
Include Ignored Files
Restores ignored files to the search list.
Replace All
Replaces all search results.
Toggle Search Details
Expands the Search view to add Files to Include and Files to Exclude fields.
Files to include
Specifies a list of files to restrict your search. The listed files can include wildcards, and each entry must be separated by a comma. For example, the following includes (or excludes) the AIECompiler.log file and all files with summary in the name:
AIECompiler.log, *summary*
Files to exclude
Specifies a list of files to restrict your search. See above for example.
Clear Search Results
Clears the search string and search results.
Tip: Be careful when using the Replace function, because it can introduce errors into your designs.