2025-08-18 20:01:21

This commit is contained in:
swangnice
2025-08-18 20:01:21 +08:00
parent 8a920994bf
commit 7c31f72eea
254 changed files with 29201 additions and 3566 deletions

View File

@@ -0,0 +1,14 @@
+++
title = "Notes on CPU Architecture"
date = 2024-09-20T04:17:50Z
draft = false
series = ["CPU Architecture Notes"]
series_order = 1
weight = 1
+++
I hope to share several books about CPU architecture here, and this is a book list:
1. Computer Organization and Design RISC-V Edition. _David A. Patterson & John L. Hennessy_
2. Computer Architecture: A Quantitative Approach. _John L. Hennessy & David A. Patterson_
Additionally, I plan to create CPU demonstrations using Verilog/SystemVerilog.