Skip to content

Commit 71d3600

Browse files
committed
[MAINTENANCE]: Update README file
1 parent 5fa4afb commit 71d3600

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,22 @@ A basic simulation is prepared in the repository. You can use the prepared TCL s
5555
vsim -do sim/sim.tcl
5656
```
5757

58-
## UART loopback example:
58+
## Examples:
5959

60-
The UART loopback example design is for testing data transfer between FPGA and PC. I use it on my FPGA board [CYC1000](https://shop.trenz-electronic.de/en/TEI0003-02-CYC1000-with-Cyclone-10-FPGA-8-MByte-SDRAM) with Intel Cyclone 10 FPGA (10CL025YU256C8G) and FTDI USB to UART Bridge.
60+
The repository also includes several UART example designs. I use it on my FPGA board [CYC1000](https://shop.trenz-electronic.de/en/TEI0003-02-CYC1000-with-Cyclone-10-FPGA-8-MByte-SDRAM) with Intel Cyclone 10 FPGA (10CL025YU256C8G) and FTDI USB to UART Bridge. Here you can find [the documentation of the CYC1000 board](https://www.trenz-electronic.de/fileadmin/docs/Trenz_Electronic/Modules_and_Module_Carriers/2.5x6.15/TEI0003/REV02/Documents/CYC1000%20User%20Guide.pdf).
61+
62+
### UART loopback:
63+
64+
The UART loopback example design is for testing data transfer between FPGA and PC. Data that you send from the PC to the FPGA via UART will be automatically sent back to the PC.
65+
66+
![Block diagram of UART loopback example design](docs/uart_loopback.svg)
67+
68+
### UART2WB bridge:
69+
70+
The UART2WB bridge example design is for testing access to Wishbone registers via the UART bridge. The example uses a simple script written in Python that allows you to read or write to 32-bit user registers connected to the Wishbone bus.
71+
72+
![Block diagram of UART2WB bridge example design](docs/uart2wb.svg)
6173

6274
## License:
6375

64-
This UART controller is available under the MIT license (MIT). Please read [LICENSE file](LICENSE).
76+
This UART controller is available under the MIT license. Please read [LICENSE file](LICENSE).

docs/uart2wb.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)