Skip to content

Commit

Permalink
update readme and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Clo91eaf committed Mar 14, 2024
1 parent eb6e961 commit 631a791
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ cd hemu
To run HEMU, you can use the following command:

```sh
cargo run -- -f <path_to_binary>
cargo run -- -k <path_to_binary>
```

Where `<path_to_binary>` is the path to the binary file that you want to run. For example:

```sh
cargo run -- -f ./resources/am-tests/add-riscv64-nemu.bin
cargo run -- -k ./resources/am-tests/add-riscv64-nemu.bin
```

### Testing
Expand Down Expand Up @@ -67,8 +67,8 @@ There are several potential benefits to using Rust to rewrite Nemus's logic:

- [x] RISCV64IM instruction set architecture
- [x] Pass am-tests
- [ ] RISCV64IMAZicsr instruction set architecture
- [ ] Pass riscv-tests
- [x] RISCV64IMAZicsr instruction set architecture
- [x] Pass riscv-tests
- [ ] Support for opensbi
- [ ] Support for Linux
- [ ] Add TUI for debugging
Expand Down

0 comments on commit 631a791

Please sign in to comment.