Skip to content

Commit a0292a6

Browse files
authored
docs(dn): Hongtai_11_22_2025 (#441)
1 parent 070be3d commit a0292a6

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

src/design_notebooks/2025fall/hd2609.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,21 @@ Summary: This week I met with team on Wednesday, which is the weekly meeting in
8282

8383
Summary: This week I spent most of the time on debugging the VScode. I plan to understand the rest of the code in lab 5 next week.
8484

85-
## Week of November 2nd
85+
## Week of November 9th
8686

8787
### Project Work
8888

8989
* Did more Verilog practice questions on the HDLBits. I finished until "Case statement" problem.
90-
* I tested more codes until title "Parameterized Modules & Interfaces". I feel I am still confused by interface and modport. I understand the concepts in Verilog. interfaces group related signals together and modports define directional views of those signals. I am still confused by how they worked together in Verilog. I think need some simple examples on illustrating them.
90+
* I tested more codes until title "Parameterized Modules & Interfaces". I feel I am still confused by interface and modport. I understand the concepts in Verilog. Interfaces group related signals together and modports define directional views of those signals. I am still confused by how they worked together in Verilog. I think need some simple examples on illustrating them.
9191

9292
Summary: This week I spent most of the time testing the code and understanding concepts in lab 5. I will finish lab 5 next week. Also, I plan to finish lab 7 next week since I see lab 7 is mainly readings, not coding.
93+
94+
## Week of November 16th
95+
96+
### Project Work
97+
98+
* Did more Verilog practice questions on the HDLBits. I finished until "Avoiding Latches" problem.
99+
* I finished lab 5. I read some documents of Verilog online and figured out meanings of "interface and modport". I also like how the author of lab 5 explained parameters, such as the difference between "reg" and "logic", which gives me deeper understanding of how Verilog works.
100+
* I also finsihed reading lab 7. It is about The RISC-V ISA specifications. I did not go deeper of that. It seems it is similar to ARM or x86. They are all instruction set architecture, but RISC-V is open-source. If I have time, I would like to know more about RISC-V ISA and maybe find a project to work on in the future.
101+
102+
Summary: I completed all current avaliable labs now. I talked to Darren and would like to challenge myself to finish RiSC-16 chip project on my own because I did program counter and register files last semester. Now, with more knowledge about Verilog, I could try finish other parts. If given time, I will try develop testbench code or ask leader for it.

0 commit comments

Comments
 (0)