Xilinx / xfopencv

Other
321 stars 144 forks source link

how to read write between vdma and xf::Mat in hls? #75

Open 3togo opened 4 years ago

3togo commented 4 years ago

I could use m_axi to do the read/write between an array and ddr in high-level synthesis

pragma HLS INTERFACE m_axi

but what is the proper way to read/write between xf::Mat and ddr in hls?