Modifying the FFT Parameters - Modifying the FFT Parameters - 2025.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2026-03-27
Version
2025.2 English

Similarly, modify the configuration of the FFT parameters to meet the new design requirements.

The following table shows the modified FFT parameters:

Design 2 - FFT Parameters

TP_CASC_LEN splits the FFT/iFFT operation over multiple kernels in series, placing each subsequent kernel on an adjacent tile to achieve higher throughput. Per the design requirement, the target is to achieve 2000 MSPS. To get this result, set it to 3.

TP_API is set to stream type interface port.

TP_PARALLEL_POWER is set to 1. If it is greater than 0, TP_CASC_LEN applies to the subframe FFT rather than the FFT as a whole. TP_PARALLEL_POWER improves performance and supports point sizes beyond the limitations of a single tile.