From 85abf46aca463989eab4eace8ada135c9c041047 Mon Sep 17 00:00:00 2001 From: tonykorycki Date: Sun, 1 Feb 2026 20:36:11 -0500 Subject: [PATCH 1/3] docs(dn): Tony_02_01_2026 --- src/design_notebooks/2026spring/ajk8795.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/design_notebooks/2026spring/ajk8795.md b/src/design_notebooks/2026spring/ajk8795.md index e69de29b..022ef179 100644 --- a/src/design_notebooks/2026spring/ajk8795.md +++ b/src/design_notebooks/2026spring/ajk8795.md @@ -0,0 +1,8 @@ +## Week 1: 01/25-02/01/2026 + +- Read the syllabus and sections 1-4 on the VIP's website +- Installed all required extensions and set up my VM through VirtualBox +- Found a partner (Gloria) for the RiSC-16 onboarding project and we scheduled our first meeting for Friday +- Read the slides fo the onboarding project and the ones from the first in-person meeting + +I already had WSL set up and was familiar with using Git so I didnt run into many issues getting started. The website was very clear and easy to follow. \ No newline at end of file From d8d821582ca44a0c80e33562c23faddfad873b61 Mon Sep 17 00:00:00 2001 From: tonykorycki Date: Sun, 15 Feb 2026 15:50:13 -0500 Subject: [PATCH 2/3] docs(dn) Tony Korycki 2/15/26 --- src/design_notebooks/2026spring/ajk8795.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/design_notebooks/2026spring/ajk8795.md b/src/design_notebooks/2026spring/ajk8795.md index 022ef179..7c0fb4bc 100644 --- a/src/design_notebooks/2026spring/ajk8795.md +++ b/src/design_notebooks/2026spring/ajk8795.md @@ -5,4 +5,16 @@ - Found a partner (Gloria) for the RiSC-16 onboarding project and we scheduled our first meeting for Friday - Read the slides fo the onboarding project and the ones from the first in-person meeting -I already had WSL set up and was familiar with using Git so I didnt run into many issues getting started. The website was very clear and easy to follow. \ No newline at end of file +I already had WSL set up and was familiar with using Git so I didnt run into many issues getting started. The website was very clear and easy to follow. + +## Week 2: 02/01-02/08/2026 + +- Went thorough the first week of onboarding - created the PC and Memeory moedules with teammate Gloria. We also mistakenly did the first onboarding lab with CMake. +- We added our work to a (github repo)[https://github.com/tonykorycki/risc16-onboarding] and I walked gloria thorugh using git and github to collaborate. +- Setting up the verilog modules went smoothly cause we already both have experience with verilog. We also set up some testbenches for the modules and tried them out in Icarus Verilog. + + +## Week 3: 02/08-02/15/2026 + +- We continued working on the onboarding project and added the ALU module and the data memory module. Did not add testbenches for those but again went smoothly. +- We are still a little confusde about what kind of notes we need to include. From a5a7465001263353ebd5e4c34f66c7eaea166584 Mon Sep 17 00:00:00 2001 From: tonykorycki Date: Sun, 22 Feb 2026 23:50:51 -0500 Subject: [PATCH 3/3] docs(dn) Tony Korycki 2/22/26 --- src/design_notebooks/2026spring/ajk8795.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/design_notebooks/2026spring/ajk8795.md b/src/design_notebooks/2026spring/ajk8795.md index 7c0fb4bc..628ba29b 100644 --- a/src/design_notebooks/2026spring/ajk8795.md +++ b/src/design_notebooks/2026spring/ajk8795.md @@ -18,3 +18,7 @@ I already had WSL set up and was familiar with using Git so I didnt run into man - We continued working on the onboarding project and added the ALU module and the data memory module. Did not add testbenches for those but again went smoothly. - We are still a little confusde about what kind of notes we need to include. + +## Week 4: 02/15-02/22/2026 +- We added the register file module and the control unit module. We had some scheduiling issues so we didnt meet and instead worked on the modules separately. +- Compiled with iverilog and they seem to work. will see once we add testbwnches \ No newline at end of file