计算机组成⚓︎
课程架构⚓︎
- Chapter1: Computer Abstraction and Technology
- Chapter2: Instructions: Language of the Computer
- Chapter3: Arithmetic for Computers
- Chapter4: The Processor: Datapath and Control
- Chapter5: Large and Fast: Exploiting Memory Hierarchy
- Chapter 6: Parallel processor from client to Cloud (非考试内容)
- Appendix: Storage, Networks, and Other Peripherals
其中加粗章节为课程重难点,主要关于 CPU,Cache 。
在实验课中,随着学习进度的推进,也会用 RISC-V 实现简化的单周期、流水线CPU(Cache不做强制要求)。
期中考试不一定半开卷,期末手写半开卷,可以参考学长的
表格汇总⚓︎
RISC-V operands⚓︎
RISC-V assembly language⚓︎
RISC-V instruction structure⚓︎
RISC-V instruction encoding⚓︎
Warning
这份表格可能与书上或者试卷上有所出入,统一以书上为准!