-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ot] hw/opentitan: ot_rom_ctrl: Remove S&P from data scrambling
In Earlgrey, the S&P layer has been removed from the data scrambling logic, which affects the scrambling of the generated ROM. The functionality is removed entirely from the ROM Control to improve error detection guarantees, interactions with ECC, and timing. This commit removes the now-redundant logic related to the S&P layer, instead directly unscrambling words by XORing the keystream and the `scr`/`in` data.
- Loading branch information
1 parent
43c0908
commit c1e7f50
Showing
1 changed file
with
1 addition
and
30 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