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
12 changes: 11 additions & 1 deletion src/design_notebooks/2025fall/irh8156.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,14 @@ Project Work:
* [Program Counter]: Wrote and tested a simple pc16 verilog module for the RiSC-16 CPU:([PC Implementation](https://github.com/1fHu/ProcessorDesign/))

Comments:
* My team implemented the Program counter. We saved the module as pc16.v and verified its behavior with simple simulations.
* My team implemented the Program counter. We saved the module as pc16.v and verified its behavior with simple simulations.


## Week of 22 September 2025

Project Work:
* [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))
* [ALU Implementation]: Wrote and tested a simple alu verilog module for the RiSC-16 CPU: ([ALU Implementation](https://github.com/ihash123/processorDesign))

Comments:
* Worked with my team to test the program counter and implement the ALU as alu.v, and verified the behavior with simple tests.