1 unstable release
0.1.0 | Jul 15, 2023 |
---|
#52 in #riscv
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
~131K SLoC