Skip to content

Commit 6a0dfb3

Browse files
Virat Agarwalheeran-xilinx
Virat Agarwal
authored andcommitted
GUIREADME.md updated
1 parent 4147cae commit 6a0dfb3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

GUIREADME.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
Executing Vitis Examples in the Vitis GUI
1+
Executing Vitis Examples in the Vitis IDE
22
===============================================================================
33

44
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.
77

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.
99

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:
1212
```
1313
vitis
1414
```
1515

1616
- Select *Examples...* from the *Xilinx* menu. This will open a dialog where you can download example templates.
1717

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*.
1919

2020
- After downloading the examples, the examples will show as *Installed*.
2121

@@ -24,12 +24,12 @@ To use an example in the GUI, it must be downloaded as an example template, then
2424
- Close the dialog.
2525

2626

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*.
2929

3030
- In the *Templates* page, select an example that has been downloaded.
3131

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*.
3333

3434
- Finish the wizard. The project will be created with the sources and project settings required to build and run the example.
3535

0 commit comments

Comments
 (0)