To be updated. WIP.
- Install the Rust compiler 'rustc' using rustup.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh- Clone this repo
git clone https://github.com/skudlur/RISCulator.git- Change directory to RISCulator and run the following
cd RISCulator
make- Simple implementation of RV32I.
- Implement other extensions - M,A,F.
- Multi-core
Link to my blog on a talk I gave at Rust meetup about RISCulator -> https://skudlur.github.io/posts/july-rustaceans-meetup/
