In the updating process...
Hardware equipment ZYNQ 7035 SoC.
Using AXI-master protocol to transmit weight with ARM.
1.LeNet.cpp —— The LeNet component code.
2.LeNet.h —— The header file.
3.LeNet_tb.cpp —— The testbench of the component.
老图,当时把IP名称写错了,LeNet写成LetNet...
Use GPU to train the network and derive weights.
通过PC训练网络,然后将权重从多维转为一维数组通过ARM传输到FPGA的内部RAM
https://github.com/a2824256/LeNet-Weights-Exporter
https://blog.csdn.net/a2824256/article/details/89409786
https://blog.csdn.net/a2824256/article/details/89409671
1.使用OpenCL重新制作LeNet IP并导出为HLS项目