Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zyt1024 opened this issue Jul 4, 2023 · 1 comment
Open

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

zyt1024 opened this issue Jul 4, 2023 · 1 comment

Comments

@zyt1024
Copy link

zyt1024 commented Jul 4, 2023

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
)
@mariodruiz
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants