ci: Use same fixed verilator commit than litex.
This commit is contained in:
parent
6297370e3c
commit
17ade2a512
|
@ -53,6 +53,7 @@ jobs:
|
||||||
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
||||||
git clone https://github.com/verilator/verilator
|
git clone https://github.com/verilator/verilator
|
||||||
cd verilator
|
cd verilator
|
||||||
|
git checkout 7d2d32420a630befa4097170ecbf227e04e32522
|
||||||
autoconf
|
autoconf
|
||||||
./configure
|
./configure
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
Loading…
Reference in New Issue