Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions Tyler Lee 2-15-26
Original file line number Diff line number Diff line change
@@ -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.