No description
Find a file
Noratrieb 92dc3cb349
Some checks failed
Rust / build (push) Has been cancelled
try to fix
2025-03-23 12:21:39 +01:00
.github/workflows prepare rvdc 2025-03-22 20:32:06 +01:00
rvdc try to fix 2025-03-23 12:21:39 +01:00
src prepare rvdc 2025-03-22 20:32:06 +01:00
test test cases 2025-03-15 12:30:42 +01:00
tests prepare rvdc 2025-03-22 20:32:06 +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 add non-compressed roundtrip tests 2025-03-23 11:34:51 +01:00
Cargo.toml rvdc 2025-03-22 21:05:12 +01:00
LICENSE-APACHE rvdc 2025-03-22 21:05:12 +01:00
LICENSE-MIT rvdc 2025-03-22 21:05:12 +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