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/common/requirements.txt b/common/requirements.txt index bdcbacd..a973f2a 100644 --- a/common/requirements.txt +++ b/common/requirements.txt @@ -15,4 +15,4 @@ # SPDX-License-Identifier: Apache-2.0 python-constraint -https://github.com/chipsalliance/f4pga/archive/e9a520a17a00cfd268f8ee549340aaa297b63da5.zip#subdirectory=f4pga +https://github.com/chipsalliance/f4pga/archive/2d8d85706ecc7a72e17078ea903e2751022825da.zip#subdirectory=f4pga 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} diff --git a/xc7/counter_test/Makefile b/xc7/counter_test/Makefile index 0d8ba5e..0548645 100644 --- a/xc7/counter_test/Makefile +++ b/xc7/counter_test/Makefile @@ -7,7 +7,7 @@ ifdef F4PGA_USE_DEPRECATED XDC := ${current_dir}/arty.xdc else build: - f4pga build --flow ./flow.json + f4pga -vv build --flow ./flow.json endif else ifeq ($(TARGET),arty_100) XDC := ${current_dir}/arty.xdc