- Some highlights
"Sodor is a collection of 5 simple RV32MI cores designed for educational purpose. The Sodor core is wrapped in an tile during generation so it can be used as a component within the Rocket Chip SoC generator. The cores contain a small scratchpad memory to which the program are loaded through a TileLink slave port, and the cores DO NOT support external memory."
"This repo works great as an undergraduate lab (and has been used by Berkeley's CS152 class for 3 semesters and counting)."
"This repo is NOT a self-running repository. Please follow the instruction in https://chipyard.readthedocs.io/en/latest/ to set up Chipyard and simulate Sodor cores."
"All of the cores implement the RISC-V 32b integer base user-level ISA (RV32I) version 2.0. Only the 1-stage and 3-stage implement a supervisor mode (RV32IS), enough to execute the RISC-V proxy kernel (riscv-pk)."
- Comments
This simple project c