-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ESI] Fix indirect MMIO and allocate more space
The initial implementation of MMIO indirection was broken. It would produce many writes into the virtual MMIO space for every write to the MMIO register. Works fine for idempotent registers, not so much for side-effectful registers. Replace it with an implementation based on channels. Not tested in cosim, only used by the XRT BSP. Also restore the large address space handed out by the MMIO service since we now have a 32-bit address space on all the supported platforms.
- Loading branch information
Showing
1 changed file
with
39 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters