From 7bd5351ae1e4541677196cf5d06f25c917f50df8 Mon Sep 17 00:00:00 2001 From: smxm <695335574@qq.com> Date: Mon, 10 Oct 2022 12:47:21 +0800 Subject: [PATCH] Update CS61C.en.md --- docs/体系结构/CS61C.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/体系结构/CS61C.en.md b/docs/体系结构/CS61C.en.md index 414a93cc..b6cd7f74 100644 --- a/docs/体系结构/CS61C.en.md +++ b/docs/体系结构/CS61C.en.md @@ -12,7 +12,7 @@ This is the last course in Berkeley's CS61 series, which dives into the internal The projects are very innovative and interesting. Project1 is a warmup assignment in C. In 2020Fall, you will implement the famous *Game of Life*. Project2 requires you to write a fully-connected neural network in RISC-V assembly to classify handwritten digits in MNIST dataset, which is a great exercise to write assembly code. In Project3, you will use Logisim, a digital circuit simulation software, to build a two-stage pipeline CPU from scratch and run RISC-V assembly code on it. In Project4 you will implement a toy version of Numpy, using OpenMP, SIMD, and other techniques to speed up matrix operations. -All in all, this is the best course on computer architecture I have ever taken. +In a word, this is the best computer architecture course I have ever taken. ## Course Resources