try to make yosys build faster
Some checks failed
/ test (push) Failing after 24m17s

This commit is contained in:
Jacob Lifshay 2024-10-03 23:40:44 -07:00
parent 9f154e6b96
commit c0d4de56a9
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c

View file

@ -53,8 +53,8 @@ jobs:
make -C sby install
- run: |
git clone --depth=1 --recursive --branch=0.45 https://github.com/YosysHQ/yosys.git
cd yosys
make install -j6
make -C yosys -j$(nproc)
make -C yosys install
- run: |
wget -O firrtl.tar.gz https://github.com/llvm/circt/releases/download/firtool-1.86.0/firrtl-bin-linux-x64.tar.gz
sha256sum -c - <<<'bf6f4ab18ae76f135c944efbd81e25391c31c1bd0617c58ab0592640abefee14 firrtl.tar.gz'