update stats
This commit is contained in:
parent
8b3146a39d
commit
57ddecf2a9
@ -8,3 +8,4 @@ Use [this script](https://gist.github.com/gaurishg/b788d4c13cbc02b324270e9b55f5d
|
|||||||
- [Project 01: Boolean Logic](stats-01.md)
|
- [Project 01: Boolean Logic](stats-01.md)
|
||||||
- [Project 02: Boolean Arithmatic](stats-02.md)
|
- [Project 02: Boolean Arithmatic](stats-02.md)
|
||||||
- [Project 03: Memory](stats-03.md)
|
- [Project 03: Memory](stats-03.md)
|
||||||
|
- [Project 05: Computer Architecture](stats-05.md)
|
||||||
|
14
stats-05.md
14
stats-05.md
@ -9,3 +9,17 @@
|
|||||||
|Keyboard | 1| 0| 0|
|
|Keyboard | 1| 0| 0|
|
||||||
|Mux16 | 2| 128| 256|
|
|Mux16 | 2| 128| 256|
|
||||||
|**Total** ||| **5324928**|
|
|**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**|
|
||||||
|
Loading…
Reference in New Issue
Block a user