Skip to content

Commit cf3e613

Browse files
committed
docs: add intro outline
1 parent f11839b commit cf3e613

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ I heard the word '**_riscv_**' first time in sophomore year(2016). At that time,
4949
1. learn the oscpu
5050
2. reason
5151
3. some thinkings
52+
4. some intro
5253

5354
The best way to learn the processor design is to implement it from scratch. When I searched online and found the learning threshold is very high. In addition, in order to pursue high performance, some open-source riscv cores are very complex(such as using dynamics branch prediction, multi-core processing, out-of-order execution technology, etc), these are very difficult for beginners to learn. So I decided to design a series of open source processors from scratch, which has **simple, understandable architecture, high-quality code with step-to-step tutorial**.
5455

0 commit comments

Comments
 (0)