From 3229f42d06e22620d0b77fbe8ea1411eb1b93a8b Mon Sep 17 00:00:00 2001 From: Readon Date: Fri, 10 Nov 2023 13:22:12 +0800 Subject: [PATCH] Update source/SpinalHDL/Getting Started/Install and setup.rst Co-authored-by: Andreas Wallner --- source/SpinalHDL/Getting Started/Install and setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/SpinalHDL/Getting Started/Install and setup.rst b/source/SpinalHDL/Getting Started/Install and setup.rst index 3f87478eac6..4a45bf567d3 100644 --- a/source/SpinalHDL/Getting Started/Install and setup.rst +++ b/source/SpinalHDL/Getting Started/Install and setup.rst @@ -146,7 +146,7 @@ This is sufficient for generating hardware. For simulation continue with either In case you want to build the tools yourself have a look at the legacy simulation tool :ref:`installation instructions `. .. note:: - An All-in-One solution is available to install and run SpinalHDL with Verilator simulation and formal verification via SymbiYosys. + An All-in-One solution offered by SpinalHDL maintainer `Readon ` is available to install and run SpinalHDL with Verilator simulation and formal verification via SymbiYosys. Download `it `_ and install the environment anywhere on your disk. Start the build environment by clicking on the MSYS2-MINGW64 icon in the Start menu and use the MSYS2 default console. An alternative is to use the Windows Terminal or a Tabby-like application and use the startup command ``%MSYS2_ROOT%\msys2_shell.cmd -defterm -here -no-start -mingw64``, where the ``%MSYS2_ROOT%`` is the location of the msys2 installation.