Skip to content

Commit 03b3369

Browse files
Create README.md
1 parent a0d6fe6 commit 03b3369

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# HERO-MDH-Internship_Summer2022_SW_HW_Accel
2+
3+
In this branch we'll extend the AXI data width.
4+
5+
The AXI data width can be change directly in the configuration of the matmul_kernel.prj
6+
7+
![image](https://user-images.githubusercontent.com/107047264/176856378-cdc29b24-d837-425c-bafe-82ed94ece6a2.png)
8+
9+
10+
Then build the project and it should change the size in the project configuration, here the matmul-compile.cfg:
11+
12+
![image](https://user-images.githubusercontent.com/107047264/176856544-405e517d-e926-4441-8ef3-f2dc42ce9a23.png)
13+
14+
15+
In the case where the file isn't modify the project need to be rebuild.
16+
17+
In our case datas are in 16 bits, with an AXI data width of 32 bits we can see 2 datas (first ones between 0 to 15 below the red line and the second ones above the line)
18+
in the same bus while checking with Vivado waveform.
19+
20+
![image](https://user-images.githubusercontent.com/107047264/176856269-e06688bd-00c7-4d0a-82d5-8e976ea44088.png)
21+

0 commit comments

Comments
 (0)