Skip to content

Commit

Permalink
Merge pull request #809 from tcal-x/pin-yosys
Browse files Browse the repository at this point in the history
Pin the Yosys package to a version compatible with the F4PGA plugins
  • Loading branch information
mithro authored Dec 20, 2023
2 parents 094d4e8 + 6401347 commit 0e446af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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
3 changes: 2 additions & 1 deletion conf/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ dependencies:
- litex-hub::nextpnr-ecp5
- litex-hub::nextpnr-ice40
- litex-hub::iceprog
- litex-hub::yosys
# Temporarily pin Yosys until symbiflow-yosys-plugins catches up
- litex-hub::yosys=0.33_11_g31ee566ec=20230724_080446_py37
- litex-hub::symbiflow-yosys-plugins
- libevent
- json-c
Expand Down

0 comments on commit 0e446af

Please sign in to comment.