From 5e3a7f0b0b7f73a38dda3ed8322163f8f982d5c0 Mon Sep 17 00:00:00 2001 From: Hidetatz Yaginuma Date: Sun, 16 Oct 2022 21:04:37 +0900 Subject: [PATCH] update README --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 6927099..8f0c088 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # rv rv is a 64-bit RISC-V emulator written in Go. -It only supports running ELF binary. ## Limitation @@ -53,20 +52,6 @@ go test -v ./... For the full list of the implemented instructions, see [instruction.go](./instruction.go). -## Supported features - -- [x] ELF binary load -- [x] Virtual -> Physical memory translation (Sv39) -- [x] CSR -- [ ] Trap - - [x] Exception - - [ ] Interrupt -- [ ] Devices - - [ ] UART - - [ ] PLIC - - [ ] CLINT - - [ ] VirtIO - ## LICENSE MIT