Search View - Search View - 2026.1 English - UG1400

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2026-07-31
Version
2026.1 English
You can use the search view to:
  • Find and replace text globally with the current workspace
  • Search for text files, including 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

You can match case, match whole word, use regular expression or ignore certain files.

The Toggle Search Details option expands the Search view to add Files to Include and Files to Exclude fields. The 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*
Tip: Be careful when using the Replace function, because it can introduce errors into your designs.