RISCulator

Crates.ioRISCulator
lib.rsRISCulator
version0.1.0
sourcesrc
created_at2023-07-15 16:45:02.881977
updated_at2023-07-15 16:45:02.881977
descriptionRISCulator is a RISC-V emulator.
homepagehttps://github.com/skudlur/RISCulator
repositoryhttps://github.com/skudlur/RISCulator
max_upload_size
id917306
size93,476
Suhas Kudlur Viswanath (skudlur)

documentation

README

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
Commit count: 68

cargo fmt