[doc] Update documentation to align with recent RTL changes - #2484
Open
SamuelRiedel wants to merge 2 commits into
Open
[doc] Update documentation to align with recent RTL changes#2484SamuelRiedel wants to merge 2 commits into
SamuelRiedel wants to merge 2 commits into
Conversation
nasahlpa
reviewed
Aug 30, 2026
nasahlpa
left a comment
Contributor
There was a problem hiding this comment.
LGTM apart from one question.
| | | | | (only relevant when ICacheScramble == 1) | | ||
| +----------------------------------+---------------------+-------------------------+----------------------------------------------------------------------------------------------+ | ||
| | ``ICacheTweakInfection`` | bit | SecureIbex | Enable :ref:`icache-tweak-infection` | | ||
| | | | | (only relevant when ICacheScramble == 1) | |
Contributor
There was a problem hiding this comment.
Is that correct? As far as I remember, it is only useful when having SecureIbex enabled (because then ECC errors are flagged by a wrong un-XOR operation) and when we have an icache available.
Contributor
Author
There was a problem hiding this comment.
You're right. That was a copy-paste error.
Signed-off-by: Samuel Riedel <sriedel@lowrisc.org>
We check all incoming valid responses, not just load data Fixes lowRISC#2200 Signed-off-by: Samuel Riedel <sriedel@lowrisc.org>
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.
Some new changes to Ibex were not reflected in the documentation. This PR updates it:
ibex_topparametersThe CHERIoT documentation is deferred to a separate PR