forked from lowRISC/opentitan
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[aes/rtl] Optimize clearing of GHASH block
This commit optimizes the clearing logic of the GHASH block to clear internal registers by loading the cipher core output after the cipher output has cleared its internal state. This allows reducing the internal muxing logic by 2x 128-bit wide 2-to-1 muxes and the big 128-bit wide 5-to-1 state mux looses one input, too. When using the open source synthesis flow, this helps reducing the area by roughly 1 kGE. Signed-off-by: Pirmin Vogel <[email protected]>
- Loading branch information
Showing
3 changed files
with
25 additions
and
68 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
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
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