feat: daily log

This commit is contained in:
2026-01-19 09:14:38 +01:00
parent 06e0cd201d
commit 2bfad44a09

View File

@@ -1,5 +1,13 @@
# Daily Logs
## 2026-01-19 (Mon) - Nand2Tetris Unit 2
**Tasks:** Finalize the ALU.
**Blocker:** Not quite sure how to get started.
**Lesson:** Learned how to implement it and it worked flawlessly. The syntax was the tricky part and some of the end gates. It finally clicked during the process of working on it and that it was a pipeline and not data that was flowing parallel. I keep thinking as a programmer, looking for if statements and such, but i get through it. It was a nice feeling to get it working.
**Tomorrow:** Unit 3 beginning.
**Time Spent:** 90m
## 2026-01-16 (Fri) - Nand2Tetris Unit 2.
**Tasks:** Implmenting the ALU chips in HDL.