From 631a7918c473ffd9f307bb5f94b9d38a46b394a4 Mon Sep 17 00:00:00 2001 From: Clo91eaf Date: Thu, 14 Mar 2024 18:15:32 +0800 Subject: [PATCH] update readme and ci --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3a0203e..d24035a 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ cd hemu To run HEMU, you can use the following command: ```sh -cargo run -- -f +cargo run -- -k ``` Where `` 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 @@ -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