docs/getting: bump arch-defs packages

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-08-18 21:56:58 +02:00
parent 39d765511a
commit 647b555169
2 changed files with 3 additions and 3 deletions

View File

@ -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}

View File

@ -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}