Skip to content

Commit 48f0748

Browse files
authored
docs(dn):Hongtai_Apr_21_2025 (#360)
1 parent c790d8d commit 48f0748

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

src/design_notebooks/2025spring/hd2609.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,25 @@ This week was spent on clearifying my misunderstanding about register file via m
3535

3636
## Week of 17 March 2025
3737
Project Work:
38-
* I finished register file in verilog and updated it to out github [link](https://github.com/Noahms12/RiSC-16-project).
38+
* I finished register file in verilog and updated it to our github [link](https://github.com/Noahms12/RiSC-16-project).
3939

4040
This week was spent on coding the resigter file. In my team, each person works on different part of the chip. Since I finished register file, I will decide what to work on till next team meeting.
41+
42+
## Week of 31 March 2025
43+
Project Work:
44+
* As discussed by team, I plan to work on program counter of this chip.
45+
46+
This week was spent on understanding the funcionality of program counter. I have not started coding yet becuase I have one midterm this week.
47+
48+
## Week of 7 April 2025
49+
Project Work:
50+
* I finished most of the functionality of program counter and uploaded them on our github [link](https://github.com/Noahms12/RiSC-16-project).
51+
* I coded pc + 1, pc + immediate value functionality. However, it was difficult to understand how Jalr instruction works in the chip.
52+
53+
This week was spent on coding the program counter. I will discuss Jalr instruction with my team members and update my code next week.
54+
55+
## Week of 14 April 2025
56+
Project Work:
57+
* I finished coding for program counter and uploaded them on our github [link](https://github.com/Noahms12/RiSC-16-project). I added the variable for Jalr instruction and added default case for switch statement, which is used to receive the bit value from MUXpc_sel.
58+
59+
This week was spent on fixing the code of the program counter. Last week, I did not successfully made a pull request to the github repo, but we fix it this week. Our team plan to discuss the next step of our project next week.

0 commit comments

Comments
 (0)