rvsim 0.2.0

A RISC-V simulator implementing RV32G[C].
Documentation

rvsim

Docs Crate Build Status

A RISC-V simulator implementing RV32G[C], written in Rust.

See the documentation for usage.

Current limitations

  • Supports only little-endian hosts.
  • Windows support needs work.

Features

  • serialize enable serialization support
  • rv32c enable RV32C compressed instruction set support

License

Rvsim uses the MIT license, but includes portions of Berkeley SoftFloat, which uses the BSD 3-clause license. For details, see the COPYING.md file.