You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments