feat(MMIOBridge): support Svpbmt on CHI MemAttr#273
Merged
Kumonda221-CrO3 merged 4 commits intomasterfrom Dec 20, 2024
Merged
Conversation
Ivyfeather
approved these changes
Oct 22, 2024
Contributor
Author
NOTICEDO NOT set
Ordering and MemAttr
|
linjuanZ
approved these changes
Dec 16, 2024
* Added user field 'memType_NC' to recognize NC type configured by Svpbmt, mapped to Non-cacheable Bufferable. * Memory attributes other than NC are still mapped to Device nRnE in CHI specification.
9fb3bb4 to
ec3c0b9
Compare
linjuanZ
pushed a commit
to OpenXiangShan/XiangShan
that referenced
this pull request
Dec 25, 2024
* L1: deliver the NC and PMA signals of uncacheReq to L2 * L2: [support Svpbmt on CHI MemAttr](OpenXiangShan/CoupledL2#273) * LLC: [Non-cache requests are forwarded directly downstream without entering the slice](OpenXiangShan/OpenLLC#28)
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.
Added user field
memType_NCto recognizeNCtype configured by Svpbmt, mapped to Non-cacheable Bufferable.Memory attributes other than
NCare still mapped to Device nRnE in CHI specification.