1 Star 0 Fork 3

zcy/ZYNQ-Chronicles

forked from openfpga/ZYNQ-Chronicles 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Part_239_test.c 233 Bytes
一键复制 编辑 原始数据 按行查看 历史
Adam Taylor 提交于 2018-04-06 18:37 . update
#include "test.h"
#include "string.h"
void memcpy_test(int *ddr)
{
int i;
int data[256];
#pragma HLS INTERFACE m_axi port=ddr depth=256 offset=direct
for (i =0;i<256;i++){
data[i] = i;
}
memcpy(ddr,data,256*sizeof(int));
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Verilog
1
https://gitee.com/290198252/zynq-chronicles.git
[email protected]:290198252/zynq-chronicles.git
290198252
zynq-chronicles
ZYNQ-Chronicles
master

搜索帮助