mirror of
https://github.com/mii443/rvd.git
synced 2025-08-22 16:25:26 +00:00
20 lines
310 B
Markdown
20 lines
310 B
Markdown
# RISC-V Debugger
|
|
[rsrv](https://github.com/morioka22/rsrv) based RISC-V debugging tool.
|
|
|
|
# Installation
|
|
```sh
|
|
cargo install --git https://github.com/morioka22/rvd
|
|
```
|
|
|
|
# Usage
|
|
```
|
|
Usage: rvd [OPTIONS] <FILE>
|
|
|
|
Arguments:
|
|
<FILE>
|
|
|
|
Options:
|
|
-m, --mem <MEM> [default: 65536]
|
|
-h, --help Print help
|
|
```
|