From 2140fb3977eda9501352d99ddec9d949690ddfce Mon Sep 17 00:00:00 2001
From: smxm <695335574@qq.com>
Date: Sun, 9 Oct 2022 12:56:44 +0800
Subject: [PATCH] [TRANSLATION] translate DDCA.md
---
docs/体系结构/DDCA.en.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 docs/体系结构/DDCA.en.md
diff --git a/docs/体系结构/DDCA.en.md b/docs/体系结构/DDCA.en.md
new file mode 100644
index 00000000..09c28a72
--- /dev/null
+++ b/docs/体系结构/DDCA.en.md
@@ -0,0 +1,19 @@
+# Digital Design and Computer Architecture
+
+## Descriptions
+
+- Offered by: ETH Zurich
+- Prerequisites: CS50 or same level course; Better have a basic knowledge of C
+- Programming Languages: C, Verilog, MIPS, LC3
+- Difficulty: 🌟🌟🌟
+- Class Hour: 100 hours
+
+In this course, Onur Mutlu, a great expert in the field of Computer Architecture, will teach you about digital design and computer architecture. The course is entirely from a computer design perspective, starting with transistors and logic gates and extending to microarchitecture, caches and virtual memory, and also covers many of the latest research advances in the field of computer architecture. There are 9 labs in the course, using the Basys 3 FPGA board and [Vivado](https://china.xilinx.com/products/design-tools/vivado.html) to design the circuits, starting with combinational circuits and sequential circuits, and eventually deploying a complete CPU. Except for lab answers and current exam answers, all course materials are open source. After learning, you can master computer-related digital circuits, Verilog hardware description language, converting between MIPS and C, single-cycle MIPS, multi-cycle MIPS, pipelining, CPU design and performance analysis, cache, virtual memory and other important concepts.
+
+## Course Resources
+
+- Course Website:
+- Recordings:
+- Textbook1: Patt and Patel, Introduction to Computing Systems
+- Textbook2: Harris and Harris, Digital Design and Computer Architecture (MIPS Edition)
+- Assignments: refer to the course website
\ No newline at end of file