Skip to content

Commit 5b210c7

Browse files
authored
docs(dn):hongtai_du_11_18_2025 (#436)
1 parent 71c64ad commit 5b210c7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/design_notebooks/2025fall/hd2609.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,21 @@ Summary: I have one midterm and a presentation to prepare this week, so not a lo
7272

7373
Summary: This week I met with team on Wednesday, which is the weekly meeting in this semester. The team will work on Lab 1 and Lab 2 next week. I will prepare to assist on them. Also, due to the bug I met, I plan to debug it next week.
7474

75+
## Week of November 2nd
7576

77+
### Project Work
78+
79+
* Did more Verilog practice questions on the HDLBits. I finished until "If statement" problem.
80+
* Figured out bugs I met on VScode. It is the problem with the command I typed in terminal. I need to add -g2012 to allow iVerilog know that it compiles with 2012 version of verilog. The new types, such as "logic" or "byte" cannot be recognized by the version of 2005. If I do not add -g2012 in the command, it compiles with version of 2005, which gives me a lot of errors in both testbench and design files.
81+
* I tested more codes until module TopLevel(). Mainly understand it because there is no exercise for it.
82+
83+
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.
84+
85+
## Week of November 2nd
86+
87+
### Project Work
88+
89+
* 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.
7691

92+
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.

0 commit comments

Comments
 (0)