-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
[Feature] AXI-Stream support #1
Comments
I missed the notification on this one. I do have a version which has what you are asking for. I’ll look into releasing it this weekend. |
Sounds great! Host-to-FPGA AXI stream transfer almost the same as AXI MM in BURST mode Please allow me to share some trivial ideas for FPGA-to-Host implementation on FPGA side:
|
Hello @ultraembedded, I would like to know if you have made available a streamed version of your core. Also, do you have a documentation available on how to integrate or use the current one? Kind regards, |
Hi @ultraembedded, |
I ended up doing my own based on the FTDI Bus Master example project, but using Intel's Avalon Stream interfaces. |
I'm very happy to appear great substitute proprietary IP for debugging inside real HW (like Xilinx JTAG-to-AXI).
I think would be great to have option to stream RAW data to/from host, AXI-Stream support is suitable way to this case.
Here I mean either support AXI-MM (MemMap) or AXI-Stream at the same runtime (for reason stay core simple).
The text was updated successfully, but these errors were encountered: