Xilinx / xfopencv

Other
321 stars 144 forks source link

Fixed bug in Sobel filter example #65

Closed dsp-avt closed 4 years ago

dsp-avt commented 4 years ago

Sobel filter example does not compile due to undefined XF_USE_URAM. Upon inspection the XF_USE_URAM definition is commented out in the xf_config_params.h file. This uncomments the XF_USE_URAM definition in the xf_config_params.h file.

bgouthamb commented 4 years ago

Hello @dsp-avt ,

This was commented intentionally, as it has been defined in the Makefile. The same applies for all the functions that use URAM.

It has to be uncommented when using in Standalone Vivado HLS (This will be documented clearly from next release).