-
Notifications
You must be signed in to change notification settings - Fork 50
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
hw: Add native iDMA 2D capabilities, tune interconnect #73
Conversation
4fb6739
to
6021bda
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM for me.
Just one minor: can you please add the missing parameters that are not 0 by default also in the xilinx wrapper? We can size them differently, but if we do not add them, they will be tied to 0 because of the default
keyword
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
If I may nitpick, the DIF header looks a bit verbose, boiler-platey, and maintenance-unfriendly for my taste. Since it can be prefixed through macros, maybe it makes sense to include it in and get it from the iDMA repo directly?
Not a pressing issue though.
Wilco. I will move as much as I can from the systems into the iDMA with the next release. |
6021bda
to
a85b0ac
Compare
8907d0c
8907d0c
to
6df9ace
Compare
--------- Co-authored-by: Alessandro Ottaviano <[email protected]>
6df9ace
to
3499784
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cleaned up some stuff (parameter ordering) and extended the Xilinx wrapper. Automerge engaged :)
No description provided.