#risc-v #emulator #cli

app RISCulator

RISCulator is a RISC-V emulator

1 unstable release

0.1.0 Jul 15, 2023

#1798 in Command line utilities

MIT license

66KB
1K SLoC

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

Dependencies

~4–15MB
~140K SLoC