From 17ade2a512364e222ac2efb16f71e5b589d302db Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 7 Jul 2023 08:46:20 +0200 Subject: [PATCH] ci: Use same fixed verilator commit than litex. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be52cbc..1f9121e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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)