ci: Use same fixed verilator commit than litex.

This commit is contained in:
Florent Kermarrec 2023-07-07 08:46:20 +02:00
parent 6297370e3c
commit 17ade2a512
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ jobs:
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
git clone https://github.com/verilator/verilator
cd verilator
git checkout 7d2d32420a630befa4097170ecbf227e04e32522
autoconf
./configure
make -j$(nproc)