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

Unaligned transfers and Endian option for Axi write slave #851

Open
basedVecna opened this issue Jul 12, 2022 · 1 comment
Open

Unaligned transfers and Endian option for Axi write slave #851

basedVecna opened this issue Jul 12, 2022 · 1 comment

Comments

@basedVecna
Copy link

basedVecna commented Jul 12, 2022

It seems that the AXI lite write slave does not support unaligned transfers (If an address in unaligned it is clipped down to the lower boundary), the slave memory also only uses little endianness, independent of the endianess set in the memory_t. Should this be implemented or is it a purposeful decision?

@crdavis12
Copy link
Contributor

I've also just run into the issue of unaligned transfers not working in the axi_read_slave. Haven't gotten there yet but I suspect axi_write_slave will be similar. Is there any more discussion on this that I may be missing? I am making some updates to these as I work through my design.

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

No branches or pull requests

3 participants