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
Copy file name to clipboardExpand all lines: docs/info.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@ You can also include images in this folder and reference them in the markdown. E
9
9
10
10
## How it works
11
11
12
-
Explain how your project works
12
+
The project is an AI chip inspired by Google's TPU. It multiply 8-bit floating-point valued matrices. It does so by tiling in 2x2 to fit on the chip's tiny area, so expect performance degradation compared to regular chips. However, the chip's I/O bandwidth will be fully utilized and saturated.
13
13
14
14
## How to test
15
15
16
-
Explain how to use your project
16
+
Use cocotb and [pyuvm](https://github.com/pyuvm/pyuvm)to lean towards [IEEE-1800.2](https://blogs.sw.siemens.com/verificationhorizons/2015/07/30/uvm-the-next-ieee-standard-1800-2/).
17
17
18
18
## External hardware
19
19
20
-
List external hardware used in your project (e.g. PMOD, LED display, etc), if any
20
+
Connect the PCB board with the Tiny Tapeout chips (a.k.a. a Raspberry Pi) to a personal computer via USB.
0 commit comments