From 647b5551694f5a95d5810f4bdf79bdbbf7e8755b Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Thu, 18 Aug 2022 21:56:58 +0200 Subject: [PATCH] docs/getting: bump arch-defs packages Signed-off-by: Unai Martinez-Corral --- .github/latest.patch | 2 +- docs/getting.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/latest.patch b/.github/latest.patch index ae18c11..b39d6fd 100644 --- a/.github/latest.patch +++ b/.github/latest.patch @@ -1,7 +1,7 @@ --- a/docs/getting.rst +++ b/docs/getting.rst @@ -146,7 +146,7 @@ Next, setup Conda and your system's environment, and download architecture defin - F4PGA_HASH='df6d9e5' + F4PGA_HASH='24e8f73' 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} diff --git a/docs/getting.rst b/docs/getting.rst index 5aefc2e..6a2e76e 100644 --- a/docs/getting.rst +++ b/docs/getting.rst @@ -142,8 +142,8 @@ Next, setup Conda and your system's environment, and download architecture defin mkdir -p $F4PGA_INSTALL_DIR/$FPGA_FAM - F4PGA_TIMESTAMP='20220803-160711' - F4PGA_HASH='df6d9e5' + F4PGA_TIMESTAMP='20220818-143856' + F4PGA_HASH='24e8f73' 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}