Skip to content

Commit afa5fb4

Browse files
committed
TEST bump arch-defs packages
1 parent 79dddba commit afa5fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ env:: | $(CONDA_ENV_PYTHON)
5151

5252
install_f4pga: | $(CONDA_ENV_PYTHON)
5353
mkdir -p env/f4pga
54-
curl -fsSL https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/20220818-143856/symbiflow-arch-defs-install-xc7-24e8f73.tar.xz | tar -xJC env/f4pga
54+
curl -fsSL https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/20220901-121844/symbiflow-arch-defs-install-xc7-75e2533.tar.xz | tar -xJC env/f4pga
5555
# Adapt the environment file from f4pga-arch-defs
5656
test -e env/f4pga/xc7_env/xc7_environment.yml && \
5757
sed -i 's/name: xc7/name: f4pga-env/g' env/f4pga/xc7_env/xc7_environment.yml
@@ -61,7 +61,7 @@ install_f4pga: | $(CONDA_ENV_PYTHON)
6161
@$(CONDA_ACTIVATE) f4pga-env && conda list
6262
# Install all devices
6363
for device in ${F4PGA_DEVICES}; do \
64-
curl -fsSL https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/20220818-143856/symbiflow-arch-defs-$${device}_test-24e8f73.tar.xz | tar -xJC env/f4pga; \
64+
curl -fsSL https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/20220901-121844/symbiflow-arch-defs-$${device}_test-75e2533.tar.xz | tar -xJC env/f4pga; \
6565
done
6666

6767
install_interchange:

0 commit comments

Comments
 (0)