You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/design_notebooks/2025fall/irh8156.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,4 +15,23 @@ Project Work:
15
15
*[Program Counter]: Wrote and tested a simple pc16 verilog module for the RiSC-16 CPU:([PC Implementation](https://github.com/1fHu/ProcessorDesign/))
16
16
17
17
Comments:
18
-
* My team implemented the Program counter. We saved the module as pc16.v and verified its behavior with simple simulations.
18
+
* My team implemented the Program counter. We saved the module as pc16.v and verified its behavior with simple simulations.
19
+
20
+
21
+
## Week of 22 September 2025
22
+
23
+
Project Work:
24
+
*[Testing Program Counter]: Tested the program counter with the test bench and made it compatible with it as well: ([Edited PC Implementation](https://github.com/ihash123/processorDesign))
25
+
*[ALU Implementation]: Wrote and tested a simple alu verilog module for the RiSC-16 CPU: ([ALU Implementation](https://github.com/ihash123/processorDesign))
26
+
27
+
Comments:
28
+
* Worked with my team to test the program counter and implement the ALU as alu.v, and verified the behavior with simple tests.
29
+
30
+
31
+
## Week of 29 September 2025
32
+
33
+
Project Work:
34
+
*[Register File Implementation]: Wrote and tested a register file module for the RiSC-16 CPU: ([Register Implementation](https://github.com/ihash123/processorDesign))
35
+
36
+
Comments:
37
+
* Worked with my team to create and test a register file for the RiSC-16 CPU, and tested it with the given testbench.
0 commit comments