This commit is contained in:
parent
9f154e6b96
commit
c0d4de56a9
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue