| Crates.io | rvsim |
| lib.rs | rvsim |
| version | 0.2.2 |
| created_at | 2018-03-18 15:06:00.085751+00 |
| updated_at | 2021-03-21 19:39:59.855073+00 |
| description | A RISC-V simulator implementing RV32G[C]. |
| homepage | |
| repository | https://github.com/stephank/rvsim |
| max_upload_size | |
| id | 56275 |
| size | 405,814 |
A RISC-V simulator implementing RV32G[C], written in Rust.
See the documentation for usage.
serialize enable serialization supportrv32c enable RV32C compressed instruction set supportrv32fd enables RV32F (Single-Precision Floating-Point) and RV32F (Double-Precision Floating-Point) instruction set support (default)Rvsim uses the MIT license, but includes portions of Berkeley SoftFloat, used when the 'rv32fd' feature is enabled (default). Berkely SoftFloat uses the BSD 3-clause license. For details, see the COPYING.md file.