drichmond / PYNQ-HLS

A Tutorial on Putting High-Level Synthesis cores in PYNQ
Other
102 stars 27 forks source link

Matrix_mmult #2

Open tim7107 opened 4 years ago

tim7107 commented 4 years ago

Hi, i am new to pynq board and i want to run matrix mult on ultra96v2 pynq board. I have to write the overlay using vivado hls and vivado to generate tcl and bit file. But i meet some problem of this. Can i use only mmult.cpp file which includes mmult.hpp to run C synthesis and export RTL using Vivado HLS? Or i have to use mmult.cpp, mmult.hpp and main,cpp in Vivado HLS? Any advice will be aooreciate!!! Thanks a lot! Tim