From c393359cdf22a273c28bcf799023244b91c19a43 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Wed, 21 Aug 2019 10:06:40 +0200 Subject: [PATCH] README: Make links clickable for software section --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 33d853c..ec6776b 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ Fomu requires specialized software. Namely, you must have the following softwar | Tool | Purpose | | ---- |------------------ | -| **yosys** | Verilog synthesis | -| **nextpnr-ice40** | FPGA place-and-route | -| **icestorm** | FPGA bitstream packing | -| **riscv toolchain** | Compile code for a RISC-V softcore | +| **[yosys](https://github.com/YosysHQ/yosys)** | Verilog synthesis | +| **[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 | -| **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 | 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.