From 7eae408ceec0d19da05b4dc8be72c5bf284b5953 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Tue, 28 Nov 2023 21:00:14 +0100 Subject: [PATCH] Add initial SERV notes --- SERV-SoC.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SERV-SoC.md diff --git a/SERV-SoC.md b/SERV-SoC.md new file mode 100644 index 0000000..49f107a --- /dev/null +++ b/SERV-SoC.md @@ -0,0 +1,16 @@ +# Basic Concept + +Build a "servant". Maybe from fusesoc if I can figure out how, or just manually from source. Should be easy. Has everything I need to get started, so I might not even have to worry about getting my VHDL into the Verilog top level. + +Then run zephyr OS on it. ttps://github.com/olofk/serv has the instructions on the bottom of the readme on how to build a zephyr project. maybe we can also just ref the hellow world. + +ZephyrOS seems to also include some RSA implementations, so that's useful. + +# Links + +* https://github.com/olofk/serv +* https://fusesoc.readthedocs.io/en/stable/user/overview.html + +# Interesting Reads + +* https://riscv.org/blog/2022/07/risc-v-compressed-instructions-for-serv-abdul-wadood-lfx-mentorship-at-risc-v-international/ \ No newline at end of file