Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hidetatz committed Oct 16, 2022
1 parent b206eb4 commit 5e3a7f0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# rv

rv is a 64-bit RISC-V emulator written in Go.
It only supports running ELF binary.

## Limitation

Expand Down Expand Up @@ -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

0 comments on commit 5e3a7f0

Please sign in to comment.