From 5afde5065f76418c8665b213bc7aa2f3ac90f0a1 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Thu, 13 Oct 2022 18:35:16 +0200 Subject: [PATCH 1/2] common/requirements: bump f4pga Signed-off-by: Unai Martinez-Corral --- common/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/requirements.txt b/common/requirements.txt index 0cb0eed..87f6ac9 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/6b4976a028e8a8a3b78711b6471655d3bfe58ed7.zip#subdirectory=f4pga +https://github.com/chipsalliance/f4pga/archive/e1cd038f06c7161b27afd0073fb507da2b8e5a9e.zip#subdirectory=f4pga From 2ee157e2565b3b8e510e15bf24ae3a971c85a597 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Thu, 13 Oct 2022 18:36:00 +0200 Subject: [PATCH 2/2] docs/getting: bump arch-defs packages Signed-off-by: Unai Martinez-Corral --- .github/latest.patch | 2 +- docs/getting.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/latest.patch b/.github/latest.patch index 59557d0..4fa7dbb 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='66a976d' + F4PGA_HASH='007d1c1' 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 f9e95d4..27bb98e 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='20220907-210059' - F4PGA_HASH='66a976d' + F4PGA_TIMESTAMP='20220920-124259' + F4PGA_HASH='007d1c1' 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}