update stats

This commit is contained in:
Konarak 2021-12-25 21:36:08 +05:30
parent 8b3146a39d
commit 57ddecf2a9
2 changed files with 15 additions and 0 deletions

View File

@ -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)

View File

@ -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**|