You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to add an AES IP to this SoC. Is there any documentation on how to do this? Else, could I get some guidance as to where to start?
I am trying to use the IP from the OpenTitan's project would this be the easiest way to start doing this?
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
You can use vendoring to vendor in the AES from OpenTitan, we already import some of them in this repo: https://github.com/lowRISC/ibex-demo-system/blob/main/vendor/lowrisc_ip.vendor.hjson
All of this will be a bit fiddly but you should be able to figure it out if you copy what you see in the rest of the repo. Once you've vendored things in you should be able to do everything else in ibex_demo_system.sv.
I am currently trying to add an AES IP to this SoC. Is there any documentation on how to do this? Else, could I get some guidance as to where to start?
I am trying to use the IP from the OpenTitan's project would this be the easiest way to start doing this?
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: