From b4e8986b71a30adaeb6ce430ea8019ce1a99d116 Mon Sep 17 00:00:00 2001 From: Jonas Date: Fri, 16 Jan 2026 09:16:12 +0100 Subject: [PATCH] feat: daily log --- daily-log.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/daily-log.md b/daily-log.md index cfb626d..78d10ca 100644 --- a/daily-log.md +++ b/daily-log.md @@ -1,5 +1,13 @@ # Daily Logs +## 2026-01-16 - Nand2Tetris Unit 2. + +**Tasks:** Implmenting 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. +**Time Spent:** 90m + ## 2026-01-15 - Nand2Tetris Unit 2. **Tasks:** Reading the unit 2 chapter and starting the project 2 tasks.