仅对英特尔可见 — GUID: lfs1582056871206
Ixiasoft
1. Intel® HLS Compiler Pro版参考手册
2. 编译器
3. C语言和库支持
4. 组件接口
5. 组件存储器(存储器属性)
6. 组件中的循环
7. 组件并发
8. 任意精度数学支持
9. 组件目标频率(Target Frequency)
10. 任务系统
11. 库
12. 高级硬件综合控制
13. Intel® High Level Synthesis Compiler Pro版参考总结
A. 高级数学源代码库
B. 支持的数学函数
C. Cyclone® V限制
D. Intel® HLS Compiler Pro版参考手册存档
E. Intel® HLS Compiler Pro版参考手册修订历史
13.1. Intel® HLS Compiler Pro版i++命令行参数
13.2. Intel® HLS Compiler Pro版头文件
13.3. Intel® HLS Compiler Pro版编译器定义的预处理器宏
13.4. Intel® HLS Compiler Pro版关键字
13.5. Intel® HLS Compiler Pro版模拟API(仅测试台)
13.6. Intel® HLS Compiler Pro版组件存储器属性
13.7. Intel® HLS Compiler Pro版循环预处理指令
13.8. Intel® HLS Compiler Pro版范围预处理指令
13.9. Intel® HLS Compiler Pro版组件属性
13.10. Intel® HLS Compiler Pro版组件默认值接口
13.11. Intel® HLS Compiler Pro版组件调用接口控制属性
13.12. Intel® HLS Compiler Pro版组件宏
13.13. Intel® HLS Compiler Pro版技术性任务系统API
13.14. Intel® HLS Compiler Pro版管道API
13.15. Intel® HLS Compiler Pro版流输入接口
13.16. Intel® HLS Compiler Pro版流输出接口
13.17. Intel® HLS Compiler Pro版存储器映射接口
13.18. Intel® HLS Compiler Pro版加载-存储单元控制
13.19. Intel® HLS Compiler Pro版任意精度数据类型
仅对英特尔可见 — GUID: lfs1582056871206
Ixiasoft
B.6. 默认舍入方案和非规格数(Subnormal Number)支持
对于math.h和extendedmath.h头文件中定义的某些浮点运算,您可以通过--daz i++命令选项来控制操作是否支持非规格数(subnormal number)。可以通过将非规格数四舍五入为零来禁用非规格数支持从而节省FPGA面积。
此外,您还可以通过--rounding i++命令选项控制用于单精度和双精度加法器、乘法器和除法器的舍入方案。
对于单精度运算,非规格数支持不适用。
下表显示了单精度和双精度浮点运算符的默认非规格数支持和舍入方案。
单精度浮点操作符 | 默认非规格支持 | 默认舍入方案 |
---|---|---|
+ | N/A | IEEE-754 RNE |
- | N/A | IEEE-754 RNE |
* | N/A | IEEE-754 RNE |
/ | N/A | 忠实舍入(Faithful) |
双精度浮点操作符 | 默认非规格支持 | 默认舍入方案 |
---|---|---|
+ | On | IEEE-754 RNE |
- | On | IEEE-754 RNE |
* | On | IEEE-754 RNE |
/ | On | 忠实舍入(Faithful) |
对于如下双精度浮点函数,非规格数支持默认开启:
该舍入方案不适用于这些函数。
|
|
|