mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-21 00:47:16 +08:00
[COURSE] add 体系结构/一生一芯
This commit is contained in:
parent
94575581e2
commit
f3ef96d85b
2 changed files with 22 additions and 0 deletions
21
docs/体系结构/YSYX.md
Normal file
21
docs/体系结构/YSYX.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# 课程名称
|
||||
|
||||
## 课程简介
|
||||
|
||||
- 所属大学:中国科学院大学/中国科学院计算技术研究所
|
||||
- 先修要求:无
|
||||
- 编程语言:C、C++、以及 Verilog 或 Chisel 等 RTL
|
||||
- 课程难度:🌟🌟🌟🌟🌟🌟
|
||||
- 预计学时:200+ 小时
|
||||
|
||||
这门课将从 C 语言基础和数字电路基础开始,一步步引导你先实现一个能够运行超级玛丽的 RISC-V 指令集模拟器 NEMU,并在这个模拟器的辅助下完成你的处理器芯片设计,在自己设计的 CPU 上运行 RT-Thread 甚至 Linux 系统。
|
||||
|
||||
无论你来自哪个学校,哪个专业,只需要在官网进行报名,你就可以免费加入这一项目;并且若你是在校生且达成了项目组要求的流片指标,项目组将会为你免费流片,让你带着自己设计的芯片毕业!
|
||||
|
||||
更多有关该项目的介绍可以见一生一芯项目官网的“项目概述”页面:https://ysyx.oscc.cc/project/intro.html.
|
||||
|
||||
## 课程资源
|
||||
|
||||
- 课程网站:ysyx.oscc.cc
|
||||
- 课程视频:B 站 “一生一芯-视频号”:https://space.bilibili.com/2107852263
|
||||
|
||||
|
|
@ -188,6 +188,7 @@ nav:
|
|||
- "CMU 15-213: CSAPP": "体系结构/CSAPP.md"
|
||||
- "ETHz: Digital Design and Computer Architecture": "体系结构/DDCA.md"
|
||||
- "ETHz: Computer Architecture": "体系结构/CA.md"
|
||||
- "UCAS: 一生一芯": "体系结构/YSYX.md"
|
||||
- 操作系统:
|
||||
- "MIT 6.S081: Operating System Engineering": "操作系统/MIT6.S081.md"
|
||||
- "UCB CS162: Operating System": "操作系统/CS162.md"
|
||||
|
|
|
|||
Loading…
Reference in a new issue