| Search Option | Instructions | Example | Example Result |
|---|---|---|---|
| Phrase search | Enter search terms inside quotes to search for an
exact phrase. Note: You must use quotes when searching for strings that include
underscores. If you do not use quotes, the search function
treats underscores as spaces.
|
"design
closure"
|
Returns results for design closure only. For example, this query does
not return results that
include timing closure. |
| Wildcard search | Enter an asterisk (*) to represent one or more characters in your
search.Note: Wildcards
only work at the end of a string, not at the
beginning.
|
simulat*
|
Returns results that include simulate, simulating, simulation, etc. |
| + operator | Enter + before
the second search term to return results that include all search
terms specified. |
Vitis
+HLS
|
Returns only results that include both Vitis and HLS. |
| - operator | Enter - before
the second search term to return results that include the first term
but not the second term. |
HLS
-Vivado
|
Returns only results that include HLS but not Vivado. |
| ? operator | Enter ? before
the second search term to return results that match at least one of
the search terms. |
AI
?Engine
|
Returns results that include AI or Engine or both. |