仅对英特尔可见 — GUID: lnp1508725104013
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: lnp1508725104013
Ixiasoft
B.2. extendedmath.h头文件提供的数学函数
Intel® HLS Compiler Pro Edition通过HLS/extendedmath.h头文件支持数学函数的其他子集。
对于以下所列出的每个extendedmath.h函数,"●"指示 Intel® HLS Compiler Pro Edition支持该函数;"X"指示不支持该函数。
Linux操作系统支持的数学函数可能与Windows操作系统支持的数学函数不同。请查看HLS/extendedmath.h头文件来查看不同操作系统所支持的数学函数。
扩展的数学函数 | 是否支持 | |
---|---|---|
双精度浮点函数 | 单精度浮点函数 | |
sincos | sincosf | ● |
acospi | acospif | ● |
asinpi | asinpif | ● |
atanpi | atanpif | ● |
cospi | cospif | ● |
sinpi | sinpif | ● |
tanpi | tanpif | ● |
pown | pownf | ● |
powr | powrf | ● |
rsqrt | rsqrtf | ● |
指数和对数函数 | 是否支持 | |
---|---|---|
双精度浮点函数 | 单精度浮点函数 | |
exp10 (仅Windows) | exp10f (仅Windows) * | ● |
最小值、最大值或差集(Difference)函数 | 是否支持 | |
---|---|---|
双精度浮点函数 | 单精度浮点函数 | |
maxmag | maxmagf | ● |
minmag | minmagf | ● |
函数 | 是否支持 | |
---|---|---|
双精度浮点函数 | 单精度浮点函数 | |
fract | fractf | ● |
mad | madf | ● |
oclnan | oclnanf | ● |
rootn | rootnf | ● |
分类宏 | 是否支持 | |
---|---|---|
双精度浮点函数 | 单精度浮点函数 | |
isordered | isorderedf | ● |
此外,HLS/extendedmath.h头文件支持以下版本的popcount函数:
数据类型 | 函数 |
---|---|
Unsigned char | popcountc |
Unsigned short | popcounts |
Unsigned int | popcount |
Unsigned long | popcountl |
Unsigned long long | popcountll |
要了解如何使用extendedmath.h头文件提供的数学函数的实例以及如何覆盖头文件中的数学函数,以便您可以使用GCC或Microsoft Visual Studio编译您的设计,请查看以下实例设计: <quartus_installdir>/hls/examples/QRD。
* 对于Linux,对该函数的支持位于math.h头文件
* 对于Linux,对该函数的支持位于math.h头文件