From 8e3fa3a8e926ef49767ed1b5c7deab9a2af9a642 Mon Sep 17 00:00:00 2001 From: FPGALover Date: Sat, 24 Feb 2024 09:57:18 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dcf726d..8f29e49 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,11 @@ neorv32 with Makefiles compatible with MSYS2 64 on Windows(ONLY ASSEMBLY) and Linux(ASSEMBLY, C, and CPP). +# 1. Windows Installation, and test. +# 2. Linux Installation, and test. - -## Windows Installation +## 1. Windows Installation You must download the latest RISCV precompiled binaries for your platform from: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/ @@ -102,7 +103,7 @@ in this case the architecture x64 for windows binaries(https://github.com/xpack- 10. you have been able to compiled assembly for the RISCV on windows. -## Linux Installation +## 2. Linux Installation 1. Open shell and run: ```