1 Star 0 Fork 1

biasbb / FPGA-ZynqNet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Buffers.h 426 Bytes
一键复制 编辑 原始数据 按行查看 历史
pp-Innovate 提交于 2017-06-16 16:44 . initial commit
#ifndef __BUFFERS_H
#define __BUFFERS_H
#include "hls_stream.h"
#include "Types.h"
#ifndef __SYNTHESIS__
#include <iostream>
#include <fstream>
using namespace std;
#endif /* __SYNTHESIS__ */
#define MAX_FRAME_WIDTH 258
void window_generator(
data_t d_in,
data_t win_out[9],
ap_uint<9> column,
data_t linebuf1[MAX_FRAME_WIDTH],
data_t linebuf2[MAX_FRAME_WIDTH],
data_t temp[3]
);
#endif /* __BUFFERS_H */
C++
1
https://gitee.com/biasbb/FPGA-ZynqNet.git
git@gitee.com:biasbb/FPGA-ZynqNet.git
biasbb
FPGA-ZynqNet
FPGA-ZynqNet
master

搜索帮助