This commit is contained in:
parent
1c63a441a9
commit
4497f09ea0
|
@ -24,8 +24,6 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
git clone --depth=1 --branch=0.45 https://github.com/YosysHQ/yosys.git
|
git clone --depth=1 --branch=0.45 https://github.com/YosysHQ/yosys.git
|
||||||
cd yosys
|
cd yosys
|
||||||
autoconf -f
|
|
||||||
./configure
|
|
||||||
make install -j6
|
make install -j6
|
||||||
- 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