https://github.com/bjoernq/mini-rv32ima-rs
Simple Rust port of mini-rv32ima
https://github.com/bjoernq/mini-rv32ima-rs
Last synced: 6 months ago
JSON representation
Simple Rust port of mini-rv32ima
- Host: GitHub
- URL: https://github.com/bjoernq/mini-rv32ima-rs
- Owner: bjoernQ
- License: mit
- Created: 2023-02-07T21:37:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T20:16:29.000Z (over 3 years ago)
- Last Synced: 2025-04-22T14:14:50.059Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 1.22 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Rust port of mini-rv32ima
This is a Rust port of https://github.com/cnlohr/mini-rv32ima
It doesn't add anything substantial and uses some unsafe code. Most probably it even adds a few bugs. To really learn more have a look at the original implementation.
# Run the example
- `cargo run --release --example cli -- --image=baremetal.bin -m=1000`
- `cargo run --release --example cli -- --image=linux_image -m=16000`