Update Tiny RISCV SoC for RFU

Markus Koch 2023-11-29 16:57:27 +01:00
parent 9a08597eb1
commit 25f9972488

@ -11,6 +11,10 @@ ZephyrOS seems to also include some RSA implementations, so that's useful.
* Build SERVANT for CMOD A7: `fusesoc run --tool=vivado --target=cmod_a7_35t servant` * Build SERVANT for CMOD A7: `fusesoc run --tool=vivado --target=cmod_a7_35t servant`
* For faster RISCV-IM add multiply divide from `fusesoc library add mdu https://github.com/zeeshanrafique23/mdu` * For faster RISCV-IM add multiply divide from `fusesoc library add mdu https://github.com/zeeshanrafique23/mdu`
## Building ZephyrOS
SERVs demo drivers and stuff are old. Really old. ZephyrOS 2.4.0 old, which also requires an old compiler (old binutils). sdk-ng v0.14.2 works well: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.14.2
## Links ## Links
* https://github.com/olofk/serv * https://github.com/olofk/serv