Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions source/SpinalHDL/Simulation/install/Verilator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
Loading