仅对英特尔可见 — GUID: ewa1466522616649
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: ewa1466522616649
Ixiasoft
4.5. Agent(代理)接口
Intel® HLS Compiler可以为您的组件参数实现两种不同类型的 Avalon® 存储器映射( Avalon® MM)agent接口:一个control-and-status(控制和状态)寄存器(CSR)agent接口和一个agent存储器接口。
通常,使用CSR agent接口将标量值传递给您的组件,并使用agent存储器接口将大型数组传递到您的组件以及从您的组件传递出大型数组。
关于 Avalon® MM Agent接口的详细信息,请参阅Avalon Interface Specifications中的“Avalon Memory-Mapped Interfaces。
Agent类型 | 相关联的Agent接口 | 读/写行为 | 同步化 | 读延迟 | 控制接口数据宽度 |
---|---|---|---|---|---|
寄存器 | 组件CSR agent。 | 该组件无法从数据路径更新这些寄存器,因此只能读回您写入的数据。 | 与组件start信号同步。 | 固定值1。 | 始终为64位 |
存储器(M20K/MLAB) | 组件上的专用agent接口。 | 组件从该存储器读取,并在其运行中将其更新。 可以在存储器中看到从组件数据路径的更新。 |
仅当您的组件未执行时才能从组件外部对agent存储器进行读取和写入。 如果在组件执行时从组件外部访问agent存储器,则可能会遇到未定义的组件行为。即使agent存储器访问的是组件不会访问的存储器地址,也可能会发生未定义的行为。 |
固定值取决于组件存储器访问模式(pattern)以及您设置的任何属性或预处理指令(pragmas)。 请参阅High-Level Design Report (report.html) 中的Function Viewer报告获得特定agent存储器自变量的读延迟。 |
数据宽度是agent数据类型的倍数,其中由合并的内部访问来确定该倍数。 |