- Select one of the VHDL sources in the Sources window.
- Right-click to review the commands available in the popup menu.
- Select Open File, and use the scroll
bar to browse the file contents in the Text Editor.
You can also double-click source files in the Sources window to open them in the Text Editor.
Notice that the Text Editor displays the RTL code with context sensitive coloring of keywords and comments. The Fonts and Colors used to display reserved words can be configured using the Vivado Design Suite User Guide: Using the Vivado IDE (UG893) for more information.
command. Refer to - With the cursor in the Text Editor, right-click and select Find in Files. Note the Replace in Files command
as well.
The Find in Files dialog box opens with various search options.
- Enter
clk
in the Find what: field, and click Find.The Find in Files window displays in the messaging area at the bottom of the Vivado IDE.
- In the Find in Files window, expand one of the displayed files, and select an
occurrence of clk in the file.
Notice that the Text Editor opens the selected file and displays the selected occurrence of clk in the file.
- Close the Find in Files – Occurrences window.
- Close the open Text Editor windows.
The next few steps highlight some of the design configuration and analysis features available prior to running synthesis.