仅对英特尔可见 — GUID: rbc1548141488172
Ixiasoft
1. 英特尔® Agilex™ 7可变精度DSP模块概述
2. 英特尔® Agilex™ 7可变精度DSP模块架构
3. 英特尔® Agilex™ 7可变精度DSP模块操作模式
4. 英特尔® Agilex™ 7可变精度DSP块设计考量
5. Native Fixed Point DSP 英特尔® Agilex™ FPGA IP核参考
6. Multiply Adder Intel FPGA IP核参考
7. ALTMULT_COMPLEX Intel FPGA IP核参考
8. LPM_MULT Intel FPGA IP核参考
9. LPM_DIVIDE英特尔FPGA IP核
10. Native Floating Point DSP 英特尔® Agilex™ FPGA IP参考
11. 英特尔® Agilex™ 7可变精度DSP模块用户指南存档
12. 英特尔® Agilex可变精度DSP模块用户指南文档修订历史
仅对英特尔可见 — GUID: rbc1548141488172
Ixiasoft
3.2.1.4. FP32 Vector One模式
此模式运行浮点乘法运算后会通过从之前可变精度DSP模块chainin输入进行浮点加法或减法。输入fp32_adder_a被直接馈入chainout。
Chainin参数 | 带有浮点加法的Vector One | 带有浮点减法的Vector One |
---|---|---|
Disable | fp32_result = fp32_mult_a * fp32_mult_b fp32_chainout = fp32_adder_a |
fp32_result = fp32_mult_a * fp32_mult_b fp32_chainout = fp32_adder_a |
Enable | fp32_result = (fp32_mult_a * fp32_mult_b) + fp32_chainin fp32_chainout = fp32_adder_a |
fp32_result = (fp32_mult_a * fp32_mult_b) - fp32_chainin fp32_chainout = fp32_adder_a |
FP32 vector one模式支持下列异常标志:
- fp32_mult_invalid
- fp32_mult_inexact
- fp32_mult_overflow
- fp32_mult_underflow
- fp32_adder_invalid
- fp32_adder_inexact
- fp32_adder_overflow
- fp32_adder_underflow
图 31. Vector One模式