Intel® Stratix® 10 Variable Precision DSP Blocks User Guide

ID 683832
Date 8/13/2021
Public
Document Table of Contents

3.2.2.3. Vector Two Mode

This mode performs floating-point multiplication where the multiplication result is directly fed to chainout. The chainin input from the previous variable DSP Block is then added or subtracted from input ax as the output result.

Table 16.  Equations Applied to Vector Two Mode
Chainin Parameter Vector Two with Floating-Point Addition Vector Two with Floating-Point Subtraction
Disable

result = ax

Chainout = ay * az

result = ax

Chainout = ay * az

Enable

result = ax + chainin

Chainout = ay * az

result = ax - chainin

Chainout = ay * az

The floating-point vector two mode supports the following exception flags:
  • mult_invalid
  • mult_inexact
  • mult_overflow
  • mult_underflow
  • adder_invalid
  • adder_inexact
  • adder_overflow
  • adder_underflow
Figure 22. Vector Two Mode for Intel® Stratix® 10 Devices