diff --git a/docs/体系结构/227-2210-00L.md b/docs/体系结构/CA.md similarity index 92% rename from docs/体系结构/227-2210-00L.md rename to docs/体系结构/CA.md index 542361f5..f82a2741 100644 --- a/docs/体系结构/227-2210-00L.md +++ b/docs/体系结构/CA.md @@ -13,7 +13,7 @@ 以下是官网的介绍: >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)实现,以此加强对理论课程的理解。因此前几个实验会有verilog 的 CPU 流水线编程。同时还将使用C语言开发一个周期精确的处理器模拟器,并使用该模拟器探索处理器设计选项。 +编程实践采取 Verilog 设计和模拟类 MIPS 流水线处理器的寄存器传输(RT)实现,以此加强对理论课程的理解。因此前几个实验会有 verilog 的 CPU 流水线编程。同时还将使用C语言开发一个周期精确的处理器模拟器,并使用该模拟器探索处理器设计选项。 ## 课程资源 diff --git a/mkdocs.yml b/mkdocs.yml index a59b9ab8..d7abf61f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -179,7 +179,7 @@ nav: - "UCB CS61C: Great Ideas in Computer Architecture": "体系结构/CS61C.md" - "CMU 15-213: CSAPP": "体系结构/CSAPP.md" - "ETHz: Digital Design and Computer Architecture": "体系结构/DDCA.md" - - "ETHz: Computer Architecture": "体系结构/227-2210-00L.md" + - "ETHz: Computer Architecture": "体系结构/CA.md" - 操作系统: - "MIT 6.S081: Operating System Engineering": "操作系统/MIT6.S081.md" - "UCB CS162: Operating System": "操作系统/CS162.md"