FPGALover 86cbd3577d | ||
---|---|---|
docs | ||
rtl | ||
sim | ||
sw | ||
CHANGELOG.md | ||
CITATION.cff | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
do.py |
README.md
neorv32
neorv32 with Makefiles compatible with MSYS2 64 for windows and regular Linux.
Windows Installation
-
clone this repository on your windows machine.
-
download and install MSYS2(msys2-x86_64-20240113.exe) --> https://www.msys2.org/
-
once MSYS2 is installed, run MSYS2, and run the command
pacman -S mingw-w64-ucrt-x86_64-gcc
-
Select ALL dependencies by pressing Enter and select Y[yes].
-
after the installation is completed, add the Path "C:\msys64\ucrt64\bin" under the enviroments variable on Windows.
-
open a cmd and run the command
gcc --version