DSP Builder for Intel® FPGAs (Advanced Blockset): Handbook

ID 683337
Date 3/23/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

14.3.5. Butterfly II C (BFIIC) (Deprecated)

The BFIIC block implements the butterfly II functionality associated with the radix-22 fully streaming FFT or iFFT architecture.

You should parameterize this block with the incoming data type to ensure that DSP Builder maintains the necessary data precision. At the output, DSP Builder applies an additional bit of growth.

The s port connects to the control logic. This control logic is the extraction of the appropriate bit of a modulo N counter. The value of s determines the signal routing of each sample and the mathematical combination with other samples. The t port also connects to the control logic, but the extracted bit is different from the s port. The value of t determines whether an additional multiplication by –j occurs inside the butterfly unit.

Table 103.  Parameters for the BFIIC Block
Parameter Description
IFFT Specifies that the design uses the BFIIC block in an IFFT.
Input bits Specifies the number of input bits.
Input scaling exponent Specifies the exponent part of the input scaling factor (2-exponent).
Allow output bitwidth growth Specifies that the output is one bit wider than the input.
Table 104.  Port Interface for the BFIIC Block
Signal Direction Type Description
s Input Boolean Control pin.
t Input Boolean Control pin.
x1 Input Complex fixed-point data-type determined by parameterization Complex input from ComplexSampleDelay.
x2 Input Complex fixed-point data-type determined by parameterization Complex input from previous stage.
z1 Output Derived complex fixed-point type Complex output to next stage.
z2 Output Derived complex fixed-point type Complex output to ComplexSampleDelay.