|
@ -1,4 +1,13 @@ |
|
|
## Vexriscv with AES128 ECB on the memory mapped bus |
|
|
## Vexriscv with AES128 ECB on the memory mapped bus |
|
|
|
|
|
### Prerequisites: |
|
|
|
|
|
1. All the Tools. Best served with the QuantumRisc Virtual Machine: |
|
|
|
|
|
|
|
|
|
|
|
https://random-oracles.org/risc-v/ |
|
|
|
|
|
|
|
|
|
|
|
2. The SpinalHDL Crypto project must be installed in your system. Follow the instructions from the Git README (its really simple): |
|
|
|
|
|
|
|
|
|
|
|
https://github.com/SpinalHDL/SpinalCrypto/wiki/Getting-started |
|
|
|
|
|
|
|
|
### In the simulation: |
|
|
### In the simulation: |
|
|
From inside the folder ```vexriscv``` start the simulation with |
|
|
From inside the folder ```vexriscv``` start the simulation with |
|
|
|
|
|
|
|
|