AN 464: DFT/IDFT Reference Design

ID 683644
Date 5/30/2018
Public

Parameters for the DFT/IDFT Reference Design

Table 2.  Parameters
Name Values Description
Idft_mode 0 or 1 0 = DFT, 1 = inverse DFT.
iqinpercc 1 or 3 Input. IQ samples per clock cycle.
datawidth 16 .. 24 Internal datapath and input widths in bits.
twidwidth 14 .. 24 Twiddle factor and butterfly weight coefficient widths in bits (internal to the design).
use_output_buffer 0 or 1

0 = no output buffer is instantiated and the output interface does not have a ready input (source_ready_inis inactive).

1= an output buffer is instantiated, which allows the reading of data from the design to be paused. The ready latency is 0.

BUFFER_DEPTH 4 .. 2048 Ifuse_output_buffer=1, this parameter defines the buffer depth. Each buffer location corresponds to one pair of complex (I and Q) samples.
BUFFER_DEPTH_N 2 .. 11

Set so that 2BUFFER_DEPTH_N>=

BUFFER_DEPTH

For example, if BUFFER_DEPTH= 600, set

BUFFER_DEPTH_Nto 10.