Skip to content

Commit

Permalink
Pin the Yosys package to a version compatible with the F4PGA Yosys pl…
Browse files Browse the repository at this point in the history
…ugins.

This addresses google#808.

When the plugins package updates, we can unpin Yosys.

Also, comment out the download of the xc7a200t database
to make the installation of F4PGA faster.

Signed-off-by: Tim Callahan <[email protected]>
  • Loading branch information
tcal-x committed Dec 12, 2023
1 parent 094d4e8 commit 090397d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ install-sf:
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/${F4PGA_TIMESTAMP}/symbiflow-arch-defs-install-xc7-${F4PGA_HASH}.tar.xz | tar -xJC $(SF_INSTALL)/xc7/install
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/${F4PGA_TIMESTAMP}/symbiflow-arch-defs-xc7a50t_test-${F4PGA_HASH}.tar.xz | tar -xJC $(SF_INSTALL)/xc7/install
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/${F4PGA_TIMESTAMP}/symbiflow-arch-defs-xc7a100t_test-${F4PGA_HASH}.tar.xz | tar -xJC $(SF_INSTALL)/xc7/install
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/${F4PGA_TIMESTAMP}/symbiflow-arch-defs-xc7a200t_test-${F4PGA_HASH}.tar.xz | tar -xJC $(SF_INSTALL)/xc7/install
# Uncomment the following line to enable xc7a200t
# wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/${F4PGA_TIMESTAMP}/symbiflow-arch-defs-xc7a200t_test-${F4PGA_HASH}.tar.xz | tar -xJC $(SF_INSTALL)/xc7/install
$(MAKE) USE_SYMBIFLOW=1 env
@echo
@echo "Done installing SymbiFlow. To enter the environment, type 'make enter-sf', which creates a new subshell, and 'exit' when done."
Expand Down
3 changes: 2 additions & 1 deletion conf/environment-symbiflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ dependencies:
- litex-hub::nextpnr-nexus
- litex-hub::nextpnr-ecp5
- litex-hub::nextpnr-ice40
- litex-hub::yosys
# Temporarily pin Yosys until symbiflow-yosys-plugins catches up
- litex-hub::yosys=0.33_11_g31ee566ec=20230724_080446_py37
- litex-hub::iceprog
- litex-hub::prjxray-tools
- litex-hub::prjxray-db
Expand Down

0 comments on commit 090397d

Please sign in to comment.