See other versions |
The following labs will introduce you to the essential concepts for building and running an accelerated application using the SDAccel™ development environment.
The labs in this tutorial use:
- BASH Linux shell commands.
- 2019.1 SDx™ release and the xilinx_u200_xdma_201830_1 platform. If necessary, it can be modified to use other software releases and platforms.
IMPORTANT:
- Before running any of the examples, make sure you have installed Xilinx Runtime (XRT) and the SDAccel development environment as described in the SDAccel Development Environment Release Notes, Installation, and Licensing Guide (UG1238).
- If you run applications on the Alveo™ card, ensure the card and software drivers have been correctly installed by following the instructions in the Getting Started with Alveo Data Center Accelerator Cards Guide (UG1301).
- To access the reference files, type the following into a terminal:
git clone https://github.com/Xilinx/SDAccel-Tutorials
. - Navigate to
SDAccel-Tutorials-master/docs/<tutorial name>/reference-files
.
You should work through the labs in the following order.
- Building an Application: Learn how to build an application's host program and the hardware kernel.
- Running Software and Hardware Emulation: Run hardware and software emulation on an application.
- Generating Profile And Trace Reports: Learn how to generate profiling reports to better understand the performance of the application.
- Executing in Hardware: Finally, execute an application on the Alveo accelerator card.
Return to Main Page — Return to Getting Started Pathway
Copyright© 2019 Xilinx