Merge pull request #360 from antmicro/umarcor/py

bump f4pga
This commit is contained in:
Tomasz Michalak 2022-09-08 12:00:02 +02:00 committed by GitHub
commit e3a23897c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
--- a/docs/getting.rst --- a/docs/getting.rst
+++ b/docs/getting.rst +++ b/docs/getting.rst
@@ -146,7 +146,7 @@ Next, setup Conda and your system's environment, and download architecture defin @@ -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 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} - 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

@ -15,4 +15,4 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
python-constraint python-constraint
https://github.com/chipsalliance/f4pga/archive/2d8d85706ecc7a72e17078ea903e2751022825da.zip#subdirectory=f4pga https://github.com/chipsalliance/f4pga/archive/6b4976a028e8a8a3b78711b6471655d3bfe58ed7.zip#subdirectory=f4pga

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 mkdir -p $F4PGA_INSTALL_DIR/$FPGA_FAM
F4PGA_TIMESTAMP='20220818-143856' F4PGA_TIMESTAMP='20220907-210059'
F4PGA_HASH='24e8f73' F4PGA_HASH='66a976d'
for PKG in $F4PGA_PACKAGES; do 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} 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}