Merge pull request #359 from antmicro/umarcor/bump/f4pga

common/requirements: bump f4pga
This commit is contained in:
Tomasz Michalak 2022-08-29 10:02:11 +02:00 committed by GitHub
commit 954a21090b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 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='df6d9e5' F4PGA_HASH='24e8f73'
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/e9a520a17a00cfd268f8ee549340aaa297b63da5.zip#subdirectory=f4pga https://github.com/chipsalliance/f4pga/archive/2d8d85706ecc7a72e17078ea903e2751022825da.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='20220803-160711' F4PGA_TIMESTAMP='20220818-143856'
F4PGA_HASH='df6d9e5' F4PGA_HASH='24e8f73'
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

@ -7,7 +7,7 @@ ifdef F4PGA_USE_DEPRECATED
XDC := ${current_dir}/arty.xdc XDC := ${current_dir}/arty.xdc
else else
build: build:
f4pga build --flow ./flow.json f4pga -vv build --flow ./flow.json
endif endif
else ifeq ($(TARGET),arty_100) else ifeq ($(TARGET),arty_100)
XDC := ${current_dir}/arty.xdc XDC := ${current_dir}/arty.xdc