2.5 KiB
ETH: Computer Architecture 227-2210-00L
课程简介
- 所属大学:苏黎世联邦理工大学
- 先修要求:数字技术(数字逻辑电路)
- 编程语言:C/C++,少部分verilog
- 课程难度:🌟🌟🌟🌟
- 预计学时:70 小时 +
讲解计算机体系结构,授课教师是 Onur Mutlu 教授。课程目标是学习如何为类MIPS处理器设计控制和数据通路硬件,如何通过流水线和简单的超标量执行使机器指令同时执行,以及如何设计快速的内存和存储系统。根据同学反馈,从课程本身的难度上说,至少高于 CS61C ,课程的部分内容十分前沿,B站搬运UP主建议大家作为卡内基梅隆大学18-447的补充。所提供的阅读材料十分丰富,相当于听了一学期讲座。
以下是官网的介绍:
We will learn the fundamental concepts of the different parts of modern computing systems, as well as the latest major research topics in Industry and Academia. We will extensively cover memory systems (including DRAM and new Non-Volatile Memory technologies, memory controllers, flash memory), new paradigms like processing-in-memory, parallel computing systems (including multicore processors, coherence and consistency, GPUs), heterogeneous computing, interconnection networks, specialized systems for major data-intensive workloads (e.g. graph analytics, bioinformatics, machine learning), etc. We will focus on fundamentals as well as cutting-edge research. Significant attention will be given to real-life examples and tradeoffs, as well as critical analysis of modern computing systems.
编程实践采取Verilog设计和模拟类MIPS流水线处理器的寄存器传输(RT)实现,以此加强对理论课程的理解。同时还将使用C语言开发一个周期精确的处理器模拟器,并使用该模拟器探索处理器设计选项。
课程资源
- 课程网站:Computer Architecture – Fall 2022 (227-2210-00L)
- 课程视频:官方视频详见课程网站。B站有个2020年版本搬运。
- 课程教材:无指定教材,每个 lecture 都有大量文献可供阅读
- 课程作业:5 个 Project ,大多与内存和cache相关,具体内容见课程网站的lab界面
资源汇总
国内有高校引入了这门课,因此有需要的同学可以搜索到一些资源。