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
Add support for the Digilent Arty S7-25, Digilent Arty S7-50, Digilent Nexys A7-100T, RealDigital Blackboard and RealDigital Boolean development boards as alternative targets.
Copy file name to clipboardExpand all lines: README.md
+57-5Lines changed: 57 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3

4
4
5
-
This an example RISC-V SoC targeting the Arty-A7 FPGA board. It comprises the
5
+
This an example RISC-V SoC originally targeting the Arty-A7 FPGA board. It comprises the
6
6
[lowRISC Ibex core](https://www.github.com/lowrisc/ibex) along with the
7
7
following features:
8
8
@@ -14,7 +14,14 @@ following features:
14
14
* SPI
15
15
* A basic peripheral to write ASCII output to a file and halt simulation from software
16
16
17
-
Debug can be used via a USB connection to the Arty-A7 board. No external JTAG
17
+
Support has been added for several additional FPGA development boards:
18
+
* Arty S7-25 and S7-50
19
+
* Nexys A7-100T
20
+
* Sonata
21
+
* RealDigital Blackboard
22
+
* RealDigital Boolean
23
+
24
+
Debug can be used via a USB connection to the board. No external JTAG
18
25
probe is required.
19
26
20
27

The Blackboard uses a Zynq 7000 series SoC and the serial is routed to the PS rather than the PL.
600
+
While it could be possible to access the serial through the PS using AXI, the current implementation maps serial to the PMODC header.
601
+
602
+
The mapping follows the [Pmod Interface Type 3 (UART) pinout](https://digilent.com/reference/_media/reference/pmod/pmod-interface-specification-1_3_1.pdf) for the Digilent Pmod USBUART interface ([Digilent 410-212](https://digilent.com/shop/pmod-usbuart-usb-to-uart-interface/)), but any 3.3V USB-UART interface can be used.
0 commit comments