diff --git a/Tyler Lee 2-15-26 b/Tyler Lee 2-15-26 new file mode 100644 index 00000000..7e52a825 --- /dev/null +++ b/Tyler Lee 2-15-26 @@ -0,0 +1,19 @@ +# Design Notebook — Tyler + +## Week 1: 01/20/26 – 01/25/26 +* **Meeting 1**: Met with the team to discuss the initial project scope and repository setup. +* **Goals**: Familiarize myself with the RiSC-16 architecture and established project workflows. + +--- + +## Week 2: 01/26/26 – 02/01/26 +* **Meeting 2**: Met with Danish on Thursday at 1:00 PM. +* **Work Completed**: + * Implemented initial logic for `pc.v` and `instruction_memory.v` based on the lecture slides. + * **Dependencies**: `instruction_memory.v` appears to require an external file or module that is currently missing from the local environment. + +## Week 3: 02/02/26 – 02/08/26 +* **Meeting 2**: Met with Danish on Thursday at 1:00 PM and talked to Noahm and he explained to use the different parts of the 16 bit processor and the difference between the memmory and why we are coding it this certain way. +* **Work Completed**: + * Implemented initial logic for `data_memory.v` and `alu.v` based on the lecture slides. +