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

AHB/DMA fix in the testbench #278

Merged
merged 2 commits into from
Dec 9, 2024
Merged

AHB/DMA fix in the testbench #278

merged 2 commits into from
Dec 9, 2024

Conversation

wsipak
Copy link
Collaborator

@wsipak wsipak commented Nov 22, 2024

The testbench provides a bridge for LSU/DMA/LMEM interfaces when configured for AXI.
There's no such bridge for AHB so we're adding it.
The AHB bridge is in fact a wrapper for the AXI version which uses ahb_to_axi4 and axi4_to_ahb converters.

This also required modifying the ahb_to_axi4 converter so that it optionally works in ranges outside of ICCM/DCCM.

Copy link

github-actions bot commented Dec 3, 2024

Links to coverage and verification reports for this PR (#278) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/

Copy link

github-actions bot commented Dec 5, 2024

Links to coverage and verification reports for this PR (#278) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/

@wsipak wsipak marked this pull request as ready for review December 6, 2024 10:56
Copy link

github-actions bot commented Dec 6, 2024

Links to coverage and verification reports for this PR (#278) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/

@wsipak wsipak force-pushed the wsip/ahb_dma_fix branch 2 times, most recently from a6d49b6 to a5f67f3 Compare December 6, 2024 13:34
Copy link

github-actions bot commented Dec 6, 2024

Links to coverage and verification reports for this PR (#278) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/

@tmichalak tmichalak merged commit 11e03d6 into main Dec 9, 2024
411 checks passed
@wsipak wsipak deleted the wsip/ahb_dma_fix branch December 11, 2024 10:23
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.

2 participants