You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The examples available in the Vitis GitHub repository can be compiled by using
5
-
either the provided Makefiles or the Vitis GUI. Documentation on how to perform
6
-
Makefile compilation is included in the SETUP.md file. This document outlines the steps to run an example application in the Vitis GUI.
5
+
either the provided Makefiles or the Vitis IDE. Documentation on how to perform
6
+
Makefile compilation is included in the SETUP.md file. This document outlines the steps to run an example application in the Vitis IDE.
7
7
8
-
To use an example in the GUI, it must be downloaded as an example template, then a new project must be created using the example template. The steps to do this are described below.
8
+
To use an example in the IDE, it must be downloaded as an example template, then a new project must be created using the example template. The steps to do this are described below.
9
9
10
-
### Download the example template in the GUI
11
-
- Open the Vitis GUI by running the following command in the terminal window:
10
+
### Download the example template in the IDE
11
+
- Open the Vitis IDE by running the following command in the terminal window:
12
12
```
13
13
vitis
14
14
```
15
15
16
16
- Select *Examples...* from the *Xilinx* menu. This will open a dialog where you can download example templates.
17
17
18
-
- When the dialog is opened the first time, the example repositories will be downloaded. To download updates to the examples, click *Refresh*.
18
+
- When the dialog is opened the first time, click Download to download the example repositories. To check for updates to the examples, click *Refresh*.
19
19
20
20
- After downloading the examples, the examples will show as *Installed*.
21
21
@@ -24,12 +24,12 @@ To use an example in the GUI, it must be downloaded as an example template, then
24
24
- Close the dialog.
25
25
26
26
27
-
### Create the Hello World Application Example Project in the GUI
28
-
- In the Vitis GUI, select *Create Application Project* to create a new project for the example design. This will open the *New Project Wizard*.
27
+
### Create the Hello World Application Example Project in the IDE
28
+
- In the Vitis IDE, go to *File > New > Application Project* to create a new project for the example design. This will open the *New Application Project Wizard*.
29
29
30
30
- In the *Templates* page, select an example that has been downloaded.
31
31
32
-
*Note:* some examples require specific hardware or runtime support, and will only be available for matching platforms and runtimes in the *New Project Wizard*.
32
+
*Note:* some examples require specific hardware or runtime support, and will only be available for matching platforms and runtimes in the *New Application Project Wizard*.
33
33
34
34
- Finish the wizard. The project will be created with the sources and project settings required to build and run the example.
0 commit comments