找到了解决方案,src文件里的top.h可以选择catapult的数据结构.
L
Save
Saving
lawrence404
@lawrence404
0
Reputation
2
Posts
812
Profile views
0
Followers
0
Following
Posts made by lawrence404
-
如何用catapult运行这个isp的c model
在我用catapult导入isp的顶层模块后,当我执行Hierarchy得到这个module的层次时,top.h文件发生错误:
错误部分
top.h#include <ap_int.h> #include<hls_stream.h>
报错信息:
cannot open source file "ap_int.h"
compilation aborted
go analyze: Failed analyze分析原因:ap_int.h和hls_stream.h是vivado里面的头文件,catapult里面没有这些数据类型,所以报错。
基于这个报错信息,想请教一下:
1.如何用catapult跑您的这个isp模型?需要修改哪些部分?
2.或者如何用catapult吃ap_int.h和hls_stream.h文件,完成编译