File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ env:: | $(CONDA_ENV_PYTHON)
5151
5252install_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
6767install_interchange :
You can’t perform that action at this time.
0 commit comments