diff --git a/daily-log.md b/daily-log.md index 3383da5..63a9a9d 100644 --- a/daily-log.md +++ b/daily-log.md @@ -1,5 +1,13 @@ # Daily Logs +## 2026-01-21 - (Wed) - Nand2Tetris Unit 3 + +**Tasks:** Watching the final videos of Unit 3 and reading the material. +**Blocker:** Time. Didn't get all of the reading done. +**Lesson:** Learnt a lot on memory. Very cool. Data Flip Flops. Registers. How RAM work and how they're basically stacked on top of each other. Very interesting. +**Tomorrow:** Read the final section of Unit 3 & start the Unit 3 project. +**Time Spent:** 90m + ## 2026-01-20 - (Tue) - Nand2Tetris Unit 3 **Tasks:** Getting started with Unit 3. Watching the video material and understanding the theory. @@ -18,7 +26,7 @@ ## 2026-01-16 (Fri) - Nand2Tetris Unit 2. -**Tasks:** Implmenting the ALU chips in HDL. +**Tasks:** Implementing the ALU chips in HDL. **Blocker:** Time and understanding. **Lesson:** Learned about some HDL syntax. Also the FullAdder, Add16 and Increment16. Got all of them. Was struggling with the Increment due to the syntax. I had the right idea. **Tomorrow:** Building the ALU chip from all the building blocks. Looking forwart to it.