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

Add axi_burst_unwrap #326

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Add axi_burst_unwrap #326

wants to merge 1 commit into from

Conversation

niwis
Copy link
Contributor

@niwis niwis commented Dec 4, 2023

Add a module that converts wrapping bursts into up to two incremental bursts.

The first incremental burst covers the region from the start address to the wrap boundary. The second burst covers the region from the aligned base address to the start address. In the special case of an aligned start address, the wrapping burst can be trivially converted into a single incremental burst.

By splitting wrapping bursts that wrap around the wrap boundary into two incremental bursts, the ordering of the read/write transactions is preserved and no data buffering is required.

This module hasn't been properly verified yet.

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
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

Successfully merging this pull request may close these issues.

None yet

1 participant