In this block of instructions
|
pacman -Syuu |
|
# will (request) close down terminal |
|
# open 'MSYS2 MINGW64' from start menu |
|
pacman -Syuu |
|
pacman -S --needed base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-iverilog mingw-w64-x86_64-ghdl-llvm git |
|
curl -O https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-verilator-4.228-1-any.pkg.tar.zst |
|
pacman -U mingw-w64-x86_64-verilator-4.228-1-any.pkg.tar.zst |
the download URL https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-verilator-4.228-1-any.pkg.tar.zst just 404es.
Under https://repo.msys2.org/mingw/mingw64/ the Verilator versions all start from 5.x, the latest being 5.050, e.g., https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-verilator-5.050-1-any.pkg.tar.zst
Is that compatible, too?
In this block of instructions
SpinalDoc-RTD/source/SpinalHDL/Getting Started/Install and setup.rst
Lines 176 to 182 in e6ee08c
the download URL https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-verilator-4.228-1-any.pkg.tar.zst just 404es.
Under https://repo.msys2.org/mingw/mingw64/ the Verilator versions all start from 5.x, the latest being 5.050, e.g., https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-verilator-5.050-1-any.pkg.tar.zst
Is that compatible, too?