README: Make links clickable for software section

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

View file

@ -12,13 +12,13 @@ Fomu requires specialized software. Namely, you must have the following softwar
| Tool | Purpose | | Tool | Purpose |
| ---- |------------------ | | ---- |------------------ |
| **yosys** | Verilog synthesis | | **[yosys](https://github.com/YosysHQ/yosys)** | Verilog synthesis |
| **nextpnr-ice40** | FPGA place-and-route | | **[nextpnr-ice40](https://github.com/YosysHQ/nextpnr)** | FPGA place-and-route |
| **icestorm** | FPGA bitstream packing | | **[icestorm](https://github.com/cliffordwolf/icestorm)** | FPGA bitstream packing |
| **riscv toolchain** | Compile code for a RISC-V softcore | | **[riscv toolchain](https://www.sifive.com/boards/)** | Compile code for a RISC-V softcore |
| **dfu-util** | Load a bitstream or code onto Fomu | | **dfu-util** | Load a bitstream or code onto Fomu |
| **python3** | Convert Migen/Litex code to Verilog | | **python3** | Convert Migen/Litex code to Verilog |
| **wishbone-tool** | Interact with Fomu over USB | | **[wishbone-tool](https://github.com/xobs/wishbone-utils/)** | Interact with Fomu over USB |
| **serial console** | Interact with Python over a virtual console | | **serial console** | Interact with Python over a virtual console |
This software is provided for Linux x86/64, macOS, and Windows, via [Fomu Toolchain] (github.com/im-tomu/fomu-toolchain/releases/latest). If you're taking this workshop as a class, the toolchain are provided on the USB disk. Debian packages are also [available for Raspberry Pi](https://github.com/im-tomu/fomu-raspbian-packages). For other platforms, please see the people running the workshop. This software is provided for Linux x86/64, macOS, and Windows, via [Fomu Toolchain] (github.com/im-tomu/fomu-toolchain/releases/latest). If you're taking this workshop as a class, the toolchain are provided on the USB disk. Debian packages are also [available for Raspberry Pi](https://github.com/im-tomu/fomu-raspbian-packages). For other platforms, please see the people running the workshop.