Skip to content

Commit 0612528

Browse files
authored
Merge pull request #810 from tcal-x/pin-yosys-29
Pin Yosys back to 0.29 as workaround for Nexus flow (Yosys #4081).
2 parents 0e446af + a3b0e4a commit 0612528

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

conf/environment-symbiflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ dependencies:
1313
- litex-hub::nextpnr-ecp5
1414
- litex-hub::nextpnr-ice40
1515
# Temporarily pin Yosys until symbiflow-yosys-plugins catches up
16-
- litex-hub::yosys=0.33_11_g31ee566ec=20230724_080446_py37
16+
# AND https://github.com/YosysHQ/yosys/issues/4081 is resolved
17+
- litex-hub::yosys=0.29_35_g57c9eb70f=20230524_010725_py37
1718
- litex-hub::iceprog
1819
- litex-hub::prjxray-tools
1920
- litex-hub::prjxray-db

conf/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ dependencies:
1313
- litex-hub::nextpnr-ice40
1414
- litex-hub::iceprog
1515
# Temporarily pin Yosys until symbiflow-yosys-plugins catches up
16-
- litex-hub::yosys=0.33_11_g31ee566ec=20230724_080446_py37
16+
# AND https://github.com/YosysHQ/yosys/issues/4081 is resolved
17+
- litex-hub::yosys=0.29_35_g57c9eb70f=20230524_010725_py37
1718
- litex-hub::symbiflow-yosys-plugins
1819
- libevent
1920
- json-c

0 commit comments

Comments
 (0)