mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -04:00
[doc] Add RF write enable glitch detection
This resolves #1893. Signed-off-by: Andreas Kurth <adk@lowrisc.org>
This commit is contained in:
parent
31cc8e0b5a
commit
e5a6c9f38c
1 changed files with 7 additions and 0 deletions
|
@ -83,6 +83,13 @@ When Ibex is configured with the SecureIbex parameter, ECC checking is added to
|
|||
This can be useful to detect fault injection attacks since the register file covers a reasonably large area.
|
||||
No attempt is made to correct detected errors, but an internal major alert is signaled for the system to take action.
|
||||
|
||||
Register file write enable glitch detection
|
||||
-------------------------------------------
|
||||
|
||||
When Ibex is configured with the SecureIbex parameter, the write enable signal into the register file is checked to be one-hot.
|
||||
This can be useful to detect fault injection attacks.
|
||||
No attempt is made to correct detected errors, but an internal major alert is signaled for the system to take action.
|
||||
|
||||
ICache ECC
|
||||
----------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue