版主: 51FPGA

分享到:
共1条 1/1 1   

关于SDx中硬件加速的问题,求大神帮忙!

    [您是本帖的第1560位阅读者]
幻夜幽莺
我是GG
高级会员

最后登陆时间:2018-05-10 09:21:17

直达楼层
1# 发表于 2018-05-10 09:05:04

代码是这样的:

#include "hls_stream.h"

using namespace hls;

typedef stream<int>              AXI_STREAM;


int ant_acceleration(AXI_STREAM &graph_city,int city_num,int ant_num, int random,int MAX_trip,float rou_hlsin,float IN_hlsin,float Q_hlsin,int*best_solution,AXI_STREAM &best_road);


int ant_acceleration进行硬件加速,build之后出现了error:


ERROR: [Linting 83-3004] Linting: hls::stream is not supported! @ ../src/yiqun.h:39:22
ERROR: [Linting 83-3004] Linting: hls::stream is not supported! @ ../src/yiqun.h:39:158

经过一整天尝试debug都没有成功,请问这是哪里出现了问题?难道硬件加速不能加速流数据吗?






关键词:SDx    求教    硬件加速    
共1条 1/1 1   
快速回复主题
  • 匿名不能发帖!请先 [ 登陆 注册 ]