Setup for Project 3

This commit is contained in:
Nemo 2020-05-20 18:49:00 +05:30
parent 37ded23c37
commit 5ffe4a05d5
1 changed files with 14 additions and 0 deletions

View File

@ -34,3 +34,17 @@ Build order as per the website. Cost for each gate in NAND in brackets.
- [x] Inc16 (1 x Add16)
- [x] ALU (nostat)
- [x] ALU (complete)
## [Project 3: Memory](https://www.nand2tetris.org/project03)
Make sure you read through the [Hardware Simulator Tutorial](https://b1391bd6-da3d-477d-8c01-38cdf774495a.filesusr.com/ugd/44046b_bfd91435260748439493a60a8044ade6.pdf) to understand the clock in the simulator.
- [x] DFF (primitive)
- [ ] Bit
- [ ] Register
- [ ] RAM8
- [ ] RAM64
- [ ] RAM512
- [ ] RAM4K
- [ ] RAM16K
- [ ] PC