README: Linkify python and dfu-util

This commit is contained in:
Sean Cross 2019-08-21 10:09:41 +02:00 committed by GitHub
parent c393359cdf
commit ea1f507d8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,8 @@ Fomu requires specialized software. Namely, you must have the following softwar
| **[nextpnr-ice40](https://github.com/YosysHQ/nextpnr)** | FPGA place-and-route |
| **[icestorm](https://github.com/cliffordwolf/icestorm)** | FPGA bitstream packing |
| **[riscv toolchain](https://www.sifive.com/boards/)** | Compile code for a RISC-V softcore |
| **dfu-util** | Load a bitstream or code onto Fomu |
| **python3** | Convert Migen/Litex code to Verilog |
| **[dfu-util](https://dfu-util.sourceforge.net/)** | Load a bitstream or code onto Fomu |
| **[python](https://python.org/)** | Convert Migen/Litex code to Verilog |
| **[wishbone-tool](https://github.com/xobs/wishbone-utils/)** | Interact with Fomu over USB |
| **serial console** | Interact with Python over a virtual console |