Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Feature: Support address translation #18

Open
dpretet opened this issue Oct 14, 2024 · 0 comments
Open

Feature: Support address translation #18

dpretet opened this issue Oct 14, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dpretet
Copy link
Owner

dpretet commented Oct 14, 2024

Some interconnect topologies are the combination of multiple AXI4 sub-systems. All these sub-system have their own memory map, which may not match the overall address ranges of the global system. This is specially true when it comes to bridge two different worlds like AXI and a PCIe, I2C or SPI based sub-system.

A master or slave interface should be able to translate address from one memory domain to another, described in multiple address tables. All the tables must support secure/non-secure attribute and unmapped range in order to complete a request with SLVERR or DECERR.

@dpretet dpretet self-assigned this Oct 14, 2024
@dpretet dpretet added the enhancement New feature or request label Oct 14, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant