A RISC-V simulator implementing RV32G.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
build Convert all line endings to Unix. Mar 19, 2018
src Initial commit Mar 18, 2018
tests Initial commit Mar 18, 2018
vendor Convert all line endings to Unix. Mar 19, 2018
.gitignore Initial commit Mar 18, 2018
.gitmodules Initial commit Mar 18, 2018
.travis.yml Initial commit Mar 18, 2018
COPYING.md Initial commit Mar 18, 2018
Cargo.toml Initial commit Mar 18, 2018
README.md Initial commit Mar 18, 2018

README.md

rvsim

Docs Crate Build Status

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

See the documentation for usage.

Current limitations

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

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.