From 57ddecf2a9ff7486806f3f5b7c8451bc76a79b2a Mon Sep 17 00:00:00 2001 From: Konarak Date: Sat, 25 Dec 2021 21:36:08 +0530 Subject: [PATCH] update stats --- README.md | 1 + stats-05.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index 4efbd2c..1810aa9 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,4 @@ Use [this script](https://gist.github.com/gaurishg/b788d4c13cbc02b324270e9b55f5d - [Project 01: Boolean Logic](stats-01.md) - [Project 02: Boolean Arithmatic](stats-02.md) - [Project 03: Memory](stats-03.md) +- [Project 05: Computer Architecture](stats-05.md) diff --git a/stats-05.md b/stats-05.md index 1ce5e32..4771d63 100644 --- a/stats-05.md +++ b/stats-05.md @@ -9,3 +9,17 @@ |Keyboard | 1| 0| 0| |Mux16 | 2| 128| 256| |**Total** ||| **5324928**| + +### CPU + +| Chip | Count | NANDs | Total | +|------------|------------|------------|------------| +|Nand | 2| 1| 2| +|Mux16 | 2| 128| 256| +|Register | 2| 192| 384| +|And | 6| 2| 12| +|ALU | 1| 1133| 1133| +|Or | 3| 3| 9| +|Not | 2| 1| 2| +|PC | 1| 807| 807| +|**Total** ||| **2605**|