Skip to content

Commit c033e9b

Browse files
dpcarrynickelpro
authored andcommitted
docs(dn): Pingchuan semester
1 parent f5dd652 commit c033e9b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
+25
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
11
# Pingchuan's Spring 2024 Design Notebook
2+
## Feb. 5th - Feb. 11th
3+
### Work
4+
- [AMBA] Writing the testbench for the AHB decoder
5+
### Comments
6+
I met some difficulties trying to compile the testbench. After consulting Rishyak, I updated some of my packages and was able to get the executable. The tests weren't successful so I'm trying to debug.
7+
8+
## Feb. 12th - Feb. 18th
9+
### Work
10+
- [AMBA] Fixing the testbench and the decoder
11+
### Comments
12+
I was able to fix through the testbench with the help from Rishyak, got rid of some unnecessary lines of code and replaced them with more concise functions provided by nyu-util such as nyu::reset() and nyu::tick(). I'm currently fixing some bugs with the address calculation in the AHB Simple Decoder module.
13+
14+
## Feb. 19th - Feb. 25th
15+
### Work
16+
- [AMBA] Fixing the testbench and the decoder
17+
- Readig AMBA specs for designing the AHB-APB bridge
18+
### Comments
19+
Turns out that the problem with the decoder testbench was defect on ahb.addr instead of implementation of SimpleDecoder.sv, reported the problem to Rishyak.
20+
I'm currently reading the APB file and AMBA spec file to design the AHB-APB bridge.
21+
22+
## Feb. 26th - Mar. 3th
23+
### Work
24+
- [AMBA] Reading AMBA specs for deesigning the AHB-APB bridge
25+
### Comments
26+
Still reading the specs.

0 commit comments

Comments
 (0)