Xilinx / Vitis_Libraries

Vitis Libraries
https://docs.xilinx.com/r/en-US/Vitis_Libraries
Apache License 2.0
897 stars 357 forks source link

FAST Corner Detection with DATAFLOW #127

Closed norabarlow closed 2 years ago

norabarlow commented 2 years ago

Co-simulation does not finish for the FAST corner detection kernel if I don't use the DATAFLOW pragma.

Does/should xf::cv::fast work without the DATAFLOW pragma?

vt-lib-support commented 2 years ago

Hi @norabarlow ,

Modifying the kernel may cause the function (in this case removing the DATAFLOW) to behave abnormally.