Visible to Intel only — GUID: kly1439537355525
Ixiasoft
1. Stratix® 10 Variable Precision DSP Blocks Overview
2. Block Architecture Overview
3. Operational Mode Descriptions
4. Design Considerations
5. Stratix® 10 Variable Precision DSP Blocks Implementation Guide
6. Native Fixed Point DSP Stratix® 10 FPGA IP Core References
7. Multiply Adder IP Core References
8. ALTMULT_COMPLEX Intel® FPGA IP Core References
9. LPM_MULT Intel® FPGA IP Core References
10. Native Floating Point DSP Stratix® 10 FPGA IP References
11. LPM_DIVIDE (Divider) Intel FPGA IP Core
12. Stratix® 10 Variable Precision DSP Blocks User Guide Document Archives
13. Document Revision History for the Stratix® 10 Variable Precision DSP Blocks User Guide
2.1. Input Register Bank for Fixed-Point and Floating-Point Arithmetic
2.2. Pipeline Registers for Fixed-Point and Floating-Point Arithmetic
2.3. Pre-adder for Fixed-Point Arithmetic
2.4. Internal Coefficient for Fixed-Point Arithmetic
2.5. Multipliers for Fixed-Point and Floating-Point Arithmetic
2.6. Adder or Subtractor for Fixed-Point and Floating-Point Arithmetic
2.7. Accumulator, Chainout Adder, and Preload Constant for Fixed-Point Arithmetic
2.8. Systolic Register for Fixed-Point Arithmetic
2.9. Double Accumulation Register for Fixed-Point Arithmetic
2.10. Output Register Bank for Fixed-Point and Floating-Point Arithmetic
2.11. Exception Handling for Floating-Point Arithmetic
Visible to Intel only — GUID: kly1439537355525
Ixiasoft
2.7. Accumulator, Chainout Adder, and Preload Constant for Fixed-Point Arithmetic
The Stratix® 10 variable precision DSP block supports accumulator and adder up to 64 bits for fixed-point arithmetic.
The following signals can dynamically control the function of the accumulator and the chainout adder:
- NEGATE
- LOADCONST
- ACCUMULATE
The accumulator and chainout adder features are not available in two fixed-point arithmetic independent 18 x 19 modes.
Function | Description | NEGATE | LOADCONST | ACCUMULATE |
---|---|---|---|---|
Zeroing | Disables the accumulator. | 0 | 0 | 0 |
Preload | The result is always added to the preload value. Only one bit of the 64-bit preload value can be “1”. You can use this function to round the DSP result to any position of the 64-bit result. | 0 | 1 | 0 |
Accumulation | Adds the current result to the previous accumulate result. | 0 | X | 1 |
Decimation + Accumulation | This function takes the current result, converts it into two’s complement, and adds it to the previous result. | 1 | X | 1 |
Decimation + Chainout Adder | This function takes the current result, converts it into two’s complement, and adds it to the output of previous DSP block. | 1 | 0 | 0 |