Forum Discussion

DimitrisGrn's avatar
DimitrisGrn
Icon for New Contributor rankNew Contributor
4 years ago

Double buffering with Intel HLS

Hello, I am trying to implement double buffering using Intel HLS, in order to overlap communication with computation. I know that it can be done with Vivado HLS (with the dataflow pragma), but I ha...