This section describes how to create a
sample Hello World application using an existing template.
- Launch the Vitis software platform.
- Select a workspace directory for your first project.
- Click Launch. The welcome page appears.
- Close the welcome page. The development perspective opens.
- Select .
- Enter a name in the Project name field and click Next. The Select platform tab opens. You should choose a platform for your project. You can either use a pre-supplied platform (from Xilinx or another vendor), a previously created custom platform, or you can create one automatically from an exported Vivado® hardware project.
- On the Select platform tab, click the platform you just created and click Next. To use your own hardware platform, click the icon and add your platform to the list.
- Select the system configuration for your project and click Next. The Templates window opens.
- Select Hello World and click Next. Your workspace opens with the Explorer pane showing the hello_world_system system project and the zcu102 platform project.
- Right-click the system project and select Build Project. You have now built your application and the Console tab shows the details of the file and application size.