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: projects/tt_um_alphaonesoc/docs/info.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,12 @@ You can also include images in this folder and reference them in the markdown. E
8
8
-->
9
9
## How it works
10
10
11
-
A simple 32-bit RISC-V SoC, the project works by flashing the instruction code into the memory and observing the outputs over your desired method, via GPIO or UART
11
+
A simple 32-bit RISC-V SoC on the RV32EC ISA, the project works by flashing the instruction code into the memory and observing the outputs over your desired method, via GPIO, UART or SPI
12
+
The TT10-IHP submission is based entirely on MichaelBell's TinyQV from TT-06.
12
13
13
14
## How to test
14
15
15
16
Flash the PMOD with instructions (somehow) and boot up the processor. The processor will start executing the instructions
0 commit comments