This commit is contained in:
parent
c0d4de56a9
commit
487af07154
|
@ -53,7 +53,7 @@ jobs:
|
||||||
make -C sby install
|
make -C sby install
|
||||||
- run: |
|
- run: |
|
||||||
git clone --depth=1 --recursive --branch=0.45 https://github.com/YosysHQ/yosys.git
|
git clone --depth=1 --recursive --branch=0.45 https://github.com/YosysHQ/yosys.git
|
||||||
make -C yosys -j$(nproc)
|
make -C yosys -j2
|
||||||
make -C yosys install
|
make -C yosys install
|
||||||
- run: |
|
- run: |
|
||||||
wget -O firrtl.tar.gz https://github.com/llvm/circt/releases/download/firtool-1.86.0/firrtl-bin-linux-x64.tar.gz
|
wget -O firrtl.tar.gz https://github.com/llvm/circt/releases/download/firtool-1.86.0/firrtl-bin-linux-x64.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue