Skip to content

Commit 090397d

Browse files
committed
Pin the Yosys package to a version compatible with the F4PGA Yosys plugins.
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]>
1 parent 094d4e8 commit 090397d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ install-sf:
6363
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
6464
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
6565
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
66-
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
66+
# Uncomment the following line to enable xc7a200t
67+
# 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
6768
$(MAKE) USE_SYMBIFLOW=1 env
6869
@echo
6970
@echo "Done installing SymbiFlow. To enter the environment, type 'make enter-sf', which creates a new subshell, and 'exit' when done."

conf/environment-symbiflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ dependencies:
1212
- litex-hub::nextpnr-nexus
1313
- litex-hub::nextpnr-ecp5
1414
- litex-hub::nextpnr-ice40
15-
- litex-hub::yosys
15+
# Temporarily pin Yosys until symbiflow-yosys-plugins catches up
16+
- litex-hub::yosys=0.33_11_g31ee566ec=20230724_080446_py37
1617
- litex-hub::iceprog
1718
- litex-hub::prjxray-tools
1819
- litex-hub::prjxray-db

0 commit comments

Comments
 (0)