Vitis HLS synthesis tool consistently infers design that will deadlock due to undersized buffers (the hls data streams buffers produced by the xf::cv::Mat object) in vitis vision library when you have an algorithm which requires splitting data (according to UG1399 p332) to adhere to the single producer single consumer model required by HLS DATAFLOW.
Vitis HLS synthesis tool consistently infers design that will deadlock due to undersized buffers (the hls data streams buffers produced by the xf::cv::Mat object) in vitis vision library when you have an algorithm which requires splitting data (according to UG1399 p332) to adhere to the single producer single consumer model required by HLS DATAFLOW.