Skip to content

Commit 71053f1

Browse files
committed
Revisit online reference
1 parent 978c7e2 commit 71053f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,10 @@ In `rv32emu` repository, there are some prebuilt ELF files for testing purpose.
299299

300300
* [Writing a simple RISC-V emulator in plain C](https://fmash16.github.io/content/posts/riscv-emulator-in-c.html)
301301
* [Writing a RISC-V Emulator in Rust](https://book.rvemu.app/)
302+
* [Bare metal C on my RISC-V toy CPU](https://florian.noeding.com/posts/risc-v-toy-cpu/cpu-from-scratch/)
302303
* [Juraj's RISC-V note](https://jborza.com/tags/riscv/)
303304
* [libriscv: RISC-V userspace emulator library](https://github.com/fwsGonzo/libriscv)
304305
* [GUI-VP: RISC-V based Virtual Prototype (VP) for graphical application development](https://github.com/ics-jku/GUI-VP)
305306
* [LupV: an education-friendly RISC-V based system emulator](https://gitlab.com/luplab/lupv)
306-
* [yutongshen/RISC-V-Simulator](https://github.com/yutongshen/RISC-V-Simulator)
307307
* [mini-rv32ima](https://github.com/cnlohr/mini-rv32ima) / [video: Writing a Really Tiny RISC-V Emulator](https://youtu.be/YT5vB3UqU_E)
308308
* [RVVM](https://github.com/LekKit/RVVM)

0 commit comments

Comments
 (0)