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

Implement support for XDMA core on AWS F1 platform #221

Open
m-ober opened this issue Jun 19, 2020 · 1 comment
Open

Implement support for XDMA core on AWS F1 platform #221

m-ober opened this issue Jun 19, 2020 · 1 comment

Comments

@m-ober
Copy link
Contributor

m-ober commented Jun 19, 2020

The Shell comes with a Xilinx XDMA core that is currently only used for interrupt handling. It would be interesting to have support for DMA transfers using the XDMA core (instead of BlueDMA) and see how this impacts performance. While I would expect the raw performance to be worse, removing the BlueDMA engine from the CL provides additional resources, may ease PnR and thus allow higher design frequencies.

@jahofmann
Copy link
Contributor

jahofmann commented Jun 19, 2020

This will be part of the new runtime. I am currently moving the DMA related things from the driver to the runtime which should make changes like this much simpler.

This can be used on all US+ devices anyway.

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