Skip to content

Commit 5fced62

Browse files
ihash123ihash12
andauthored
docs(dn): Ibrahim Hashim 09/29/2025 (#409)
Co-authored-by: Ibrahim <[email protected]>
1 parent 62ab89e commit 5fced62

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

src/design_notebooks/2025fall/irh8156.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,23 @@ Project Work:
1515
* [Program Counter]: Wrote and tested a simple pc16 verilog module for the RiSC-16 CPU:([PC Implementation](https://github.com/1fHu/ProcessorDesign/))
1616

1717
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

Comments
 (0)