HLS ug871学习
C validation
lab 1
int16_t 可以仿真
int32_t 可以仿真
lab2
int16 和 int32 不能仿真
When using arbitrary precision types in an ANSI C design, the debug environment cannot be used and printf or fprintf statements must be used to debug the design.
在ANSI C設計中使用任意精度類型時,不能使用調試環境,必須使用printf或fprintf語句來調試設計。
lab3
c++使用任意精度的數據類型,可以仿真
Arbitrary precision types are a powerful means to create high-performance bit-accurate
hardware designs. However, in a debug environment, productivity can be reduced by stepping through the header file definitions. Use breakpoints and the step return feature to skip over the low-level calculations and view the value of variables in the Variables tab.
總結
以上是生活随笔為你收集整理的HLS ug871学习的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 78--规格参数的查询与修改功能
- 下一篇: php数据访问层设计,php - Zen