Skip to content

Commit

Permalink
TEST bump arch-defs packages
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Sep 2, 2022
1 parent 79dddba commit afa5fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ env:: | $(CONDA_ENV_PYTHON)

install_f4pga: | $(CONDA_ENV_PYTHON)
mkdir -p env/f4pga
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
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
# Adapt the environment file from f4pga-arch-defs
test -e env/f4pga/xc7_env/xc7_environment.yml && \
sed -i 's/name: xc7/name: f4pga-env/g' env/f4pga/xc7_env/xc7_environment.yml
Expand All @@ -61,7 +61,7 @@ install_f4pga: | $(CONDA_ENV_PYTHON)
@$(CONDA_ACTIVATE) f4pga-env && conda list
# Install all devices
for device in ${F4PGA_DEVICES}; do \
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; \
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; \
done

install_interchange:
Expand Down

0 comments on commit afa5fb4

Please sign in to comment.