diff --git a/.github/latest.patch b/.github/latest.patch index b39d6fd..59557d0 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='24e8f73' + F4PGA_HASH='66a976d' 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 6a2e76e..f9e95d4 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='20220818-143856' - F4PGA_HASH='24e8f73' + F4PGA_TIMESTAMP='20220907-210059' + F4PGA_HASH='66a976d' 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}