Draft: Add LLC bypass region for Carfield#176
Draft
CyrilKoe wants to merge 3 commits intoaottaviano/carfieldfrom
Draft
Draft: Add LLC bypass region for Carfield#176CyrilKoe wants to merge 3 commits intoaottaviano/carfieldfrom
CyrilKoe wants to merge 3 commits intoaottaviano/carfieldfrom
Conversation
Member
|
Would you be interested in retargeting this to What I am not sure about is whether it is flexible enough. A configurable range would be nice. |
Contributor
Member
|
Then that sounds like a path forward. Kinda. Updated the PR message. There is an LLC PR for partitioning (pulp-platform/axi_llc#10), but either something is bizarrely wrong with it (5k+ changes) or that is just not getting merged. Either way, it was never undrafted. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The region at [0x2_8000_0000 ; 0x3_0000_0000[ can be used to bypass the LLC when the LLC is enabled.
This is useful to speedup device DMA when LLC is enabled (of course requires managing LLC flushes in software).
Note that the LLC already has an AXI demux - mux which bypasses the LLC by default. Thus there is no need to change anything in the LLC or its internal address map.
Maintainer's Note: TODO:
nonfreerepo to fix model fetching hyperbus#27 merged (@thommythomaso)main