From 2fe276a780155ba505b47fefef3446a767649380 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Mon, 1 Aug 2022 12:05:52 +0200 Subject: [PATCH] ci: update latest.patch Signed-off-by: Unai Martinez-Corral --- .github/latest.patch | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/.github/latest.patch b/.github/latest.patch index 85064e0..2922c7d 100644 --- a/.github/latest.patch +++ b/.github/latest.patch @@ -1,14 +1,11 @@ --- a/docs/getting.rst +++ b/docs/getting.rst -@@ -134,8 +134,8 @@ Download architecture definitions: - F4PGA_TIMESTAMP='20220714-173445' - F4PGA_HASH='f7afc12' - -- for PKG in install xc7a50t_test xc7a100t_test xc7a200t_test xc7z010_test; do -- wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/${F4PGA_TIMESTAMP}/symbiflow-arch-defs-${PKG}-${F4PGA_HASH}.tar.xz | tar -xJC $F4PGA_INSTALL_DIR/${FPGA_FAM}/install -+ for PKG in toolchain xc7a50t_test xc7a100t_test xc7a200t_test xc7z010_test; do -+ wget -qO- $(wget -qO- https://github.com/SymbiFlow/f4pga-arch-defs/releases/download/latest/symbiflow-${PKG}-latest) | tar -xJC $F4PGA_INSTALL_DIR/${FPGA_FAM}/install - done - - .. group-tab:: EOS-S3 --- +@@ -135,7 +135,7 @@ Next, setup Conda and your system's environment, and download architecture defin + esac + + for PKG in $F4PGA_PACKAGES; do +- wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/${F4PGA_TIMESTAMP}/symbiflow-arch-defs-${PKG}-${F4PGA_HASH}.tar.xz | tar -xJC $F4PGA_INSTALL_DIR/${FPGA_FAM}/install ++ wget -qO- $(wget -qO- https://github.com/SymbiFlow/f4pga-arch-defs/releases/download/latest/symbiflow-${PKG}-latest) | tar -xJC $F4PGA_INSTALL_DIR/${FPGA_FAM}/install + done + + If the above commands exited without errors, you have successfully installed and configured your working environment.