3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-20 06:05:50 +00:00

Bump Yosys to latest

This commit is contained in:
Akash Levy 2025-08-07 17:22:25 -07:00
commit 77be4d7be7
153 changed files with 3391 additions and 588 deletions

View file

@ -240,6 +240,7 @@ jobs:
run: |
make config-clang
echo "ENABLE_CCACHE := 1" >> Makefile.conf
echo "ENABLE_HELP_SOURCE := 1" >> Makefile.conf
make -j$procs
- name: Install doc prereqs