From 2263b0dfe6ea605ccd2ec0d9a47ab2e38ce5e170 Mon Sep 17 00:00:00 2001 From: FPGALover Date: Wed, 28 Feb 2024 00:07:59 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4d24530..68fa8d5 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ in this case the architecture x64 for windows binaries(https://github.com/xpack- - Note: if you change the location where you installed the RISCV precompiled binaries, you need to modify the line 42 of the of file common.mk, this will be explained further on this manual on the point number 8. + Note: if you change the location where you installed the RISCV precompiled binaries, you need to modify the line 42 of the of file common.mk, this will be explained further on this manual on the point number 8 - Your precompiled binaries should look like the following:. + Your precompiled binaries should look like the following:
Note: if you changed the location of the precompiled RISCV binaries, you need to modify the file "neorv32\sw\common\common.mk" on the line # 42, otheris. + Note: if you changed the location of the precompiled RISCV binaries, you need to modify the file "neorv32\sw\common\common.mk" on the line # 42, otheris ``` ... @@ -165,7 +165,7 @@ Enjoy! ``` $ cd neorv32\sw\example\demo_blink_led ``` - Note: if you changed the location of the RISCV compiler, you need to modify the file "neorv32\sw\common\common.mk" on the line # 448, otheris. + Note: if you changed the location of the RISCV compiler, you need to modify the file "neorv32\sw\common\common.mk" on the line # 448, otheris ``` ...