feat: daily log

This commit is contained in:
2026-01-21 14:26:57 +01:00
parent a733c6236e
commit af336a716f

View File

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