PYNQ icon indicating copy to clipboard operation
PYNQ copied to clipboard

Can PYNQ interact with the interface of hls:: stream?

Open zyt1024 opened this issue 2 years ago • 1 comments

Hello, I'm using the Alveo accelerator boards U200. I package the kernel as xclbin,use the interface hls:: stream. Can PYNQ interact with this interface? sush as:

void myproject(
    hls::stream<input_t> &input_3,
    hls::stream<result_t> &layer23_out
)

zyt1024 avatar Jul 04 '23 02:07 zyt1024

Hi @zyt1024,

No, PYNQ does not interact directly with hls::stream.
PYNQ only interacts directly with AXI4-Lite, but it can allocate memory in the Alveo global memory that the accelerator can access via AXI4 (memory-mapped).

Please, for support questions use the PYNQ forum https://discuss.pynq.io/

Mario

mariodruiz avatar Jul 04 '23 08:07 mariodruiz