https://github.com/ucb-bar/caliptra-aes-acc
https://github.com/ucb-bar/caliptra-aes-acc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ucb-bar/caliptra-aes-acc
- Owner: ucb-bar
- License: bsd-3-clause
- Created: 2023-11-02T18:27:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T01:32:37.000Z (7 months ago)
- Last Synced: 2025-01-16T01:15:20.445Z (5 months ago)
- Language: SystemVerilog
- Size: 142 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Caliptra AES RoCC Accelerator
-----------------------------This wraps up the AES cipher core from the Caliptra Root of Trust project (https://github.com/chipsalliance/caliptra-rtl) into a RoCC accelerator to be used in Rocket Chip based designs.
Currently only AES256 ECB is supported.For more information on how to use this wrapper, refer to (https://github.com/ucb-bar/chipyard).