File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/sh -x
22set -e
33
4- win_nextpnr_url=" https://github.com/xobs/toolchain-nextpnr-ecp5/releases/download/v1.5/nextpnr-ecp5-windows_amd64-v1.5.zip"
4+ win_nextpnr_url=" https://github.com/xobs/toolchain-nextpnr-ecp5/releases/download/v1.5.2 /nextpnr-ecp5-windows_amd64-v1.5.2 .zip"
55win_yosys_url=" https://github.com/xobs/toolchain-icestorm/releases/download/v1.38-fomu/toolchain-icestorm-windows_amd64-v1.38-fomu.zip"
66win_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"
77win_riscv_url=" https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2019.08.0-x86_64-w64-mingw32.zip"
88win_python_url=" https://www.python.org/ftp/python/3.7.3/python-3.7.3-embed-amd64.zip"
99win_make_url=" https://sourceforge.net/projects/ezwinports/files/make-4.2.1-without-guile-w32-bin.zip/download"
1010win_teraterm_url=" https://osdn.net/frs/redir.php?m=constant&f=ttssh2%2F71232%2Fteraterm-4.103.zip"
1111
12- mac_nextpnr_url=" https://github.com/xobs/toolchain-nextpnr-ecp5/releases/download/v1.5/nextpnr-ecp5-darwin-v1.5.tar.gz"
12+ mac_nextpnr_url=" https://github.com/xobs/toolchain-nextpnr-ecp5/releases/download/v1.5.2 /nextpnr-ecp5-darwin-v1.5.2 .tar.gz"
1313mac_yosys_url=" https://github.com/xobs/toolchain-icestorm/releases/download/v1.38-fomu/toolchain-icestorm-darwin-v1.38-fomu.tar.gz"
1414mac_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"
1515mac_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"
1616
17- linux_nextpnr_url=" https://github.com/xobs/toolchain-nextpnr-ecp5/releases/download/v1.5/nextpnr-ecp5-linux_x86_64-v1.5.tar.gz"
17+ linux_nextpnr_url=" https://github.com/xobs/toolchain-nextpnr-ecp5/releases/download/v1.5.2 /nextpnr-ecp5-linux_x86_64-v1.5.2 .tar.gz"
1818linux_yosys_url=" https://github.com/xobs/toolchain-icestorm/releases/download/v1.38-fomu/toolchain-icestorm-linux_x86_64-v1.38-fomu.tar.gz"
1919linux_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"
2020linux_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"
You can’t perform that action at this time.
0 commit comments