Visible to Intel only — GUID: sam1395330187264
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: sam1395330187264
Ixiasoft
8.5. Signals
Signal | Required | Description |
---|---|---|
aclr | No | Asynchronous clear for the complex multiplier. When the aclr signal is asserted high, the function is asynchronously cleared. |
sclr | No | Synchronous clear for the complex multiplier. When the sclr signal is asserted high, the function is asynchronously cleared. |
clock | Yes | Clock input to the ALTMULT_COMPLEX function. |
dataa_imag[] | Yes | Imaginary input value for the data A signal of the complex multiplier. The size of the input signal depends on the How wide should the A input buses be? parameter value. |
dataa_real[] | Yes | Real input value for the data A signal of the complex multiplier. The size of the input signal depends on the How wide should the A input buses be? parameter value. |
datab_imag[] | Yes | Imaginary input value for the data B signal of the complex multiplier. The size of the input signal depends on the How wide should the B input buses be? parameter value. |
datab_real[] | Yes | Real input value for the data B signal of the complex multiplier. The size of the input signal depends on the How wide should the B input buses be? parameter value. |
ena | No | Active high clock enable for the clock signal of the complex multiplier. |
Signal | Required | Description |
---|---|---|
result_imag | Yes | Imaginary output value of the multiplier. The size of the output signal depends on the WIDTH_RESULT parameter value. |
result_real | Yes | Real output value of the multiplier. The size of the output signal depends on the WIDTH_RESULT parameter value. |