Visible to Intel only — GUID: zus1548141503893
Ixiasoft
Visible to Intel only — GUID: zus1548141503893
Ixiasoft
3.2.1.5. FP32 Vector Two Mode
This mode performs single-precision floating-point multiplication for input fp32_mult_a and input fp32_mult_b, and direct the result to chainout. The chainin input from the previous variable DSP Block is then added or subtracted from input fp32_adder_a as the output result.
Chainin Parameter | Vector Two with Floating-point Addition | Vector Two with Floating-point Subtraction |
---|---|---|
Disable | fp32_result = fp32_adder_a fp32_chainout = fp32_mult_a * fp32_mult_b |
fp32_result = fp32_adder_a fp32_chainout = fp32_mult_a * fp32_mult_b |
Enable | fp32_result = fp32_adder_a + fp32_chainin fp32_chainout = fp32_mult_a * fp32_mult_b |
fp32_result = fp32_adder_a - fp32_chainin fp32_chainout = fp32_mult_a * fp32_mult_b |
- fp32_mult_invalid
- fp32_mult_inexact
- fp32_mult_overflow
- fp32_mult_underflow
- fp32_adder_invalid
- fp32_adder_inexact
- fp32_adder_overflow
- fp32_adder_underflow