From c0781ce21c504cfbbf22b8308ca1fea52ff9ab7f Mon Sep 17 00:00:00 2001 From: Vincent Baeten Date: Wed, 6 Aug 2025 15:40:51 +0200 Subject: [PATCH] Add additional requirements for compiling verilator using MinGW --- source/SpinalHDL/Simulation/install/Verilator.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/SpinalHDL/Simulation/install/Verilator.rst b/source/SpinalHDL/Simulation/install/Verilator.rst index 90a305c476..02f75f8ee7 100644 --- a/source/SpinalHDL/Simulation/install/Verilator.rst +++ b/source/SpinalHDL/Simulation/install/Verilator.rst @@ -75,8 +75,9 @@ From the MinGW package manager # Close the MSYS2 shell once you're asked to pacman -Syuu pacman -S --needed base-devel mingw-w64-x86_64-toolchain \ - git flex\ - mingw-w64-x86_64-cmake + git flex \ + mingw-w64-x86_64-cmake \ + mingw-w64-x86_64-autotools help2man pacman -U http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-verilator-4.032-1-any.pkg.tar.xz @@ -91,8 +92,9 @@ From source # Close the MSYS2 shell once you're asked to pacman -Syuu pacman -S --needed base-devel mingw-w64-x86_64-toolchain \ - git flex\ - mingw-w64-x86_64-cmake + git flex \ + mingw-w64-x86_64-cmake \ + mingw-w64-x86_64-autotools help2man git clone https://github.com/verilator/verilator.git unset VERILATOR_ROOT