Skip to content

Commit

Permalink
update resource
Browse files Browse the repository at this point in the history
  • Loading branch information
thong-phn committed Mar 20, 2024
1 parent e81aef5 commit 78dc609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ For those with little or no knowledge of digital logic design. After studying th
|**LinuxFoundationX: Building a RISC-V CPU Core** | [Steve Hoover](https://www.edx.org/bio/steve-hoover) | This free EdX course by Steve Hoover (founder of Redwood EDA) is a great way for a beginner to get started with digital logic design and basic RISC-V microarchitecture design with the help of modern, freely available open source tools.<i><br><br><ins>Topics</ins>: Digital logic design, RISC-V Instruction Set Architecture (ISA), CPU microarchitecture, Transaction-Level Verilog, Makerchip online IDE</i>| <a href="https://www.edx.org/learn/design/the-linux-foundation-building-a-risc-v-cpu-core" target="_blank"> [edX Course Link] | 2024-01-10 |
|**An introduction to Assembly Programming with RISC-V** | [Prof. Edson Borin](https://www.ic.unicamp.br/~edson/index.html) | This book uses RISC-V ISA to teach fundamental assembly programming concepts.<i><br><br><ins>Topics</ins>: RISC-V Instruction Set Architecture (ISA), RISC-V assembly</i>| <a href="https://www.ic.unicamp.br/~edson/riscv-book.html" target="_blank"> [webpage]| 2024-03-05 |
|**Step-by-step RISC-V OS development** | [Chen Wang](https://github.com/unicornx) | A practical guidance to develop RISC-V operating systems<i><br><br><ins>Topics</ins>: RISC-V Instruction Set Architecture (ISA), Operating systems<br><ins>Requirements</ins>: C programming, Data structures, Linux commands</i>| <a href="https://github.com/plctlab/riscv-operating-system-mooc" target="_blank"> [Teaching resources]<a href="https://www.bilibili.com/video/BV1Q5411w7z5" target="_blank"> [Online course videos in Chineses] | 2024-03-05 |
|**Step-by-step RISC-V Compiler development** | [Shao-Ce SUN](https://github.com/sunshaoce) | A practical guidance to develop RISC-V C compiler<i><br><br><ins>Topics</ins>: RISC-V Instruction Set Architecture (ISA), Compilier<br><ins>Requirements</ins>: C programming, Data structures</i>| <a href="https://github.com/sunshaoce/rvcc-course" target="_blank"> [Teaching resources]<a href="https://github.com/sunshaoce/rvcc" target="_blank"> [Sample code] <a href="https://www.bilibili.com/video/BV1gY4y1E7Ue" target="_blank"> [Online course videos in Chineses]| 2024-03-20 |

<!-- ##### Beginner to RISC-V (w/ some background in digital logic design) -->

Expand Down

0 comments on commit 78dc609

Please sign in to comment.