Xilinx / xfopencv

Other
328 stars 143 forks source link

how to do array partitioning of xf::linebuffer? #79

Open 3togo opened 4 years ago

3togo commented 4 years ago

I got the following warining

"Due to limited memory ports. Please consider using a memory core with more ports or partitioning the arrary....." but either

pragma HLS array_partition variable=xxx complete

or

pragma HLS array_partition variable=xxx.val complete

has any effect.

Why?