From 10d6a89998e7af4aa4aae23905e27ebd41687953 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Sat, 22 Feb 2020 09:02:02 +0800 Subject: [PATCH] build: update wishbone-tool to v0.6.9 This closes issue #14 Signed-off-by: Sean Cross --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 0db1617..8ff4095 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ set -e win_nextpnr_url="https://github.com/xobs/toolchain-nextpnr-ice40/releases/download/v1.44-fomu/nextpnr-ice40-windows_amd64-v1.44-fomu.zip" win_yosys_url="https://github.com/xobs/toolchain-icestorm/releases/download/v1.39-fomu/toolchain-icestorm-windows_amd64-v1.39-fomu.zip" -win_wishbone_tool_url="https://github.com/xobs/wishbone-utils/releases/download/v0.4.7/wishbone-tool-v0.4.7-x86_64-pc-windows-gnu.tar.gz" +win_wishbone_tool_url="https://github.com/litex-hub/wishbone-utils/releases/download/v0.6.9/wishbone-tool-v0.6.9-x86_64-pc-windows-gnu.tar.gz" win_riscv_url="https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2019.08.0-x86_64-w64-mingw32.zip" win_python_url="https://www.python.org/ftp/python/3.7.3/python-3.7.3-embed-amd64.zip" win_make_url="https://sourceforge.net/projects/ezwinports/files/make-4.2.1-without-guile-w32-bin.zip/download" @@ -11,12 +11,12 @@ win_teraterm_url="https://osdn.net/frs/redir.php?m=constant&f=ttssh2%2F71232%2Ft mac_nextpnr_url="https://github.com/xobs/toolchain-nextpnr-ice40/releases/download/v1.44-fomu/nextpnr-ice40-darwin-v1.44-fomu.tar.gz" mac_yosys_url="https://github.com/xobs/toolchain-icestorm/releases/download/v1.39-fomu/toolchain-icestorm-darwin-v1.39-fomu.tar.gz" -mac_wishbone_tool_url="https://github.com/xobs/wishbone-utils/releases/download/v0.4.7/wishbone-tool-v0.4.7-x86_64-apple-darwin.tar.gz" +mac_wishbone_tool_url="https://github.com/litex-hub/wishbone-utils/releases/download/v0.6.9/wishbone-tool-v0.6.9-x86_64-apple-darwin.tar.gz" mac_riscv_url="https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2019.08.0-x86_64-apple-darwin.tar.gz" linux_nextpnr_url="https://github.com/xobs/toolchain-nextpnr-ice40/releases/download/v1.44-fomu/nextpnr-ice40-linux_x86_64-v1.44-fomu.tar.gz" linux_yosys_url="https://github.com/xobs/toolchain-icestorm/releases/download/v1.39-fomu/toolchain-icestorm-linux_x86_64-v1.39-fomu.tar.gz" -linux_wishbone_tool_url="https://github.com/xobs/wishbone-utils/releases/download/v0.4.7/wishbone-tool-v0.4.7-x86_64-unknown-linux-gnu.tar.gz" +linux_wishbone_tool_url="https://github.com/litex-hub/wishbone-utils/releases/download/v0.6.9/wishbone-tool-v0.6.9-x86_64-unknown-linux-gnu.tar.gz" linux_riscv_url="https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2019.08.0-x86_64-linux-centos6.tar.gz" base="$(pwd)"