Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 724 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 724 Bytes

Wiki

To be updated. WIP.

Installation

RISCulator installation

  • 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

Checklist

  • 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/