You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implemented an unoptimized simple convolutional neural network in ZYNQ's PL and realized data transmission through axidma driver on Linux.
On windows, open Vivado HLS 2016.4 Command Prompt.
On Linux, open a new terminal.
Then change directory to the project's directory named HLS and run
vivado_hls -f run_hls.tcl
This command will generate the LeNet IP that we need.
About
This project implemented an unoptimized simple convolutional neural network in ZYNQ's PL and realized data transmission through axidma driver on Linux.