Apply and practice what you've learned in the earlier steps of this guide by running more hands-on examples. Familiarize yourself with online resources relating to the SDAccel™ environment, and make your way to the AWS forum to search for knowledge and find answers.
Running and experimenting with the following three examples of RTL kernels will help you further familiarize yourself with the RTL kernel flow.
This example shows vector addition performed by an RTL kernel with two clocks and the use of the --kernel_frequency
XOCC option.
Download and run this example from the SDAccel GitHub repository.
This example shows how create an accelerated design using more than one RTL Kernel. In this example, Vector Addition is performed with two kernels (Kernel_0 and Kernel_1) which perform vector addition. Kernel_1 reads the output from Kernel_0 as one of two inputs.
Download and run this example from the SDAccel GitHub repository.
This example shows how to create streaming connections between three RTL kernels. The input stage kernel reads data from global memory and streams it to the adder kernel using a kernel-to-kernel AXI-Stream connection. The output of the adder kernel is streamed out to the output stage kernel which then writes the results into global memory.
Download and run this example from the SDAccel GitHub repository.
The AWS F1 SDAccel Development forum is the place to look for answers, share knowledge and get support. Make sure to subscribe to the forum by clicking the Watch Forum link in the Available Actions section.
- SDx Development Environment Release Notes, Installation, and Licensing Guide (UG1238)
- SDAccel Programmers Guide (UG127)
- SDAccel Environment User Guide (UG1023)
- SDAccel Environment Optimization Guide (UG1207)
NEXT: Install and Run SDAccel on your own Machine
Copyright© 2019 Xilinx