仅对英特尔可见 — GUID: ewa1462820675646
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: ewa1462820675646
Ixiasoft
7.1. 存储器空间或I/O内的串行等效性
在单个存储空间或I/O(流读/写、Avalon-MM接口读/写或组件调用输入和返回)中,组件调用接口上组件的每次调用(即,每个周期start信号被置位,并且组件将busy信号保持在低电平)都表现为已完全执行上一次调用。
在可视化单个共享存储空间时,可以将多个功能调用视为按序执行,即,一个接一个进行。这样,当组件置位done信号时,可以保证硬件中组件调用的结果对于下一个组件调用和外部系统都可以见到。
如果相关依赖项允许并行执行,则HLS编译器将会利用流水线并行性来并行执行组件调用和循环迭代。因为HLS编译器生成的硬件会追踪组件调用间依赖项,可以支持流水线并行,同时保证存储空间之间的串行等效性。无法保证独立I/O指令之间的排序。