Xilinx / xfopencv

Other
321 stars 144 forks source link

compatibility of xfopencv with vivado #54

Closed 3togo closed 5 years ago

3togo commented 5 years ago

I think xf_opencv requires an external version of opencv. When doing hls synthesis, I guess it will be using the following opencv include folder /tools/Xilinx/Vivado/2018.3/include/opencv2/

My question is whether this version of opencv is compatible with xfopencv 2018.3

Eli

bgouthamb commented 5 years ago

@3togo OpenCV files are not supposed to be synthesized. All the OpenCV functions are to be used on the testbench (host side) and only for Simulation and Co-Simulation purposes.

3togo commented 5 years ago

bgouthamb,

Many thanks. Problem Solved.