No description
Find a file
2025-03-10 20:21:34 +01:00
.github/workflows Create rust.yml 2025-03-10 20:21:34 +01:00
src use cfg 2025-03-10 20:21:07 +01:00
test fix c.addi16sp 2025-03-10 19:48:09 +01:00
tests debugger and fixes 2025-03-10 18:08:00 +01:00
.envrc init 2025-03-07 23:27:54 +01:00
.gitignore make it work 2025-03-08 23:24:17 +01:00
Cargo.lock debugger and fixes 2025-03-10 18:08:00 +01:00
Cargo.toml use cfg 2025-03-10 20:21:07 +01:00
README.md finish initial C implementation 2025-03-10 16:47:12 +01:00
shell.nix test branch 2025-03-09 17:50:08 +01:00

rustv32i

A small RISC-V emulator written in Rust.

Features

  • Base RV32I instruction set

  • M standard extension

  • A standard extension

    • Zalrsc standard extension
    • Zaamo standard extension
  • F standard extension

  • D standard extension

  • C standard extension

  • Zihintpause standard extension