Skip to content

Commit

Permalink
Pin Yosys back to 0.29 as workaround for Nexus flow (Yosys #4081).
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Callahan <tcal@google.com>
  • Loading branch information
tcal-x committed Jan 10, 2024
1 parent 0e446af commit 34e3c87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion conf/environment-symbiflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ dependencies:
- litex-hub::nextpnr-ecp5
- litex-hub::nextpnr-ice40
# Temporarily pin Yosys until symbiflow-yosys-plugins catches up
- litex-hub::yosys=0.33_11_g31ee566ec=20230724_080446_py37
# AND https://github.com/YosysHQ/yosys/issues/4081 is resolved
- litex-hub::yosys=0.29_35_g57c9eb70f=20230524_010725_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 @@ -13,7 +13,8 @@ dependencies:
- litex-hub::nextpnr-ice40
- litex-hub::iceprog
# Temporarily pin Yosys until symbiflow-yosys-plugins catches up
- litex-hub::yosys=0.33_11_g31ee566ec=20230724_080446_py37
# AND https://github.com/YosysHQ/yosys/issues/4081 is resolved
- litex-hub::yosys=0.29_35_g57c9eb70f=20230524_010725_py37
- litex-hub::symbiflow-yosys-plugins
- libevent
- json-c
Expand Down

0 comments on commit 34e3c87

Please sign in to comment.