Vitis DSP Library - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

AMD Vitis™ digital signal processing library (DSPLib) provides an implementation of different L1/L2/L3 elements for digital signal processing.

The DSPLib contains:

PL DSP library

AMD Vitis™ PL DSP (Programmable Logic) library consists of an implementation of a Discrete Fourier Transform using a Fast Fourier Transform (FFT) algorithm for acceleration on AMD Adaptive Engineering FPGAs. The library is planned to provide three types of implementations, namely L1 PL primitives, L2 PL kernels, and L3 software APIs. Those implementations are organized in hardware (hw) sub-directories of the corresponding L1, L2, and L3.

The L1 PL primitives can be leveraged by developers working on hardware design implementation or designing hardware kernels for acceleration. They are particularly suitable for hardware designers. The L2 PL kernels are HLS-based predesigned kernels that can be directly used for FPGA acceleration of different applications on integration with the Xilinx Runtime (XRT). The L3 provides software APIs in C, C++, and Python which allow software developers to offload FFT calculation to FPGAs for acceleration. Before an FPGA can perform the FFT computation, the FPGA needs to be configured with a particular image called an overlay.

Vitis™ PL DSP Library provides a fully synthesizable PL based Super Sample data Rate (SSR) FFT, as well as a 2-Dimensional FFT version. For detailed documentation, please refer to: 1-Dimensional(Line) SSR FFT L1 FPGA Module and 2-Dimensional(Matrix) SSR FFT L1 FPGA Module.

AI Engine DSP library

AMD Vitis™ AIE DSP library consists of designs of various DSP algorithms, optimized to take full advantage of the processing power of the Versal™ Adaptive SoC devices, which contain an array of AI Engines - high-performance vector processors.

The library is organized into three part, namely:

  • L1 AIE kernels,
  • L2 AIE graphs, and
  • L3 software APIs,

though at present there are no L3 software APIs and the recommended entry point for all library elements is an L2 AIE graph.

Please refer to Introduction for AIE DSP library for more information.

Vitis™ AIE DSP Library provides a SSR FFT implementation targeting AIE, as well as various SSR Finite Impulse Response (FIR) filters, SSR Direct Digital Synthesis (DDS), General Matrix Multiply (GeMM) implementation. For a full list of available DSP functions, please refer to DSP Library Functions.