Skip to content
Dmitry Smekhov edited this page Oct 21, 2017 · 2 revisions

SDAccel Examples

Welcome to the repository which dedicated OpenCL programs for devices on Xilinx FPGA.

Software

  • SDAccel - for create and debug OpenCL kernel and create simple console applications
  • Qt - for create more complex host applications

Hardware

Nimbix

This examples are testing on Nimbix Cloud: https://www.nimbix.net/xilinx

Notes

Development notes are available here: Development Notes

Projects

Check Transfer

Program for check data transfer between host and Xilinx OpenCL device.

FP23FFTK_RTL

OpenCL kernels for Floating point Forward/Inverse Fast Fourier Transform (FFT).

Kernels use project FP23FFTK from Alexander Kapitanov: https://github.com/capitanov/fp23fftk

There are two modifications:

  • Software - base on C++ code, work in Emulation-CPU mode.
  • Hardware - base on VHDL code, work in Emulation-HW mode and System mode.

Resource: