Update link to wishbone-utils

This commit is contained in:
daurnimator 2020-01-16 18:06:13 +10:00 committed by GitHub
parent 691de19361
commit 199cf9fb38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,18 +172,18 @@ Ensure it says **(Fomu build)**. Type ``exit`` to quit ``yosys``.
The `Fomu Toolchain <https://github.com/im-tomu/fomu-toolchain/releases/latest>`__
consists of the following tools;
============================================================= =============================================
Tool Purpose
============================================================= =============================================
`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 <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
============================================================= =============================================
================================================================ =============================================
Tool Purpose
================================================================ =============================================
`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 <https://dfu-util.sourceforge.net/>`__ Load a bitstream or code onto Fomu
`python <https://python.org/>`__ Convert Migen/Litex code to Verilog
`wishbone-utils <https://github.com/litex-hub/wishbone-utils>`__ Interact with Fomu over USB
**serial console** Interact with Python over a virtual console
================================================================ =============================================
.. _required-hardware: