X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=3d_gpu%2Fspike_sv.mdwn;h=6981e4f3f6d0ae5095de1c16fabde90f6bed3482;hb=eb93d93bb6fa4f31f71816f06473a6589c0bb7c5;hp=b52ed54a1c7fbac87f2a6306bed23b54aebc383a;hpb=ae9d00f40f43001579b95840194756e6cd49d091;p=libreriscv.git diff --git a/3d_gpu/spike_sv.mdwn b/3d_gpu/spike_sv.mdwn index b52ed54a1..6981e4f3f 100644 --- a/3d_gpu/spike_sv.mdwn +++ b/3d_gpu/spike_sv.mdwn @@ -1,6 +1,7 @@ # Simple-V Spike emulator ####1. Set RISCV and PATH variables + RISCV will be the location where riscv-tools will place all created executables into when building. RISCV must also be appended to the PATH to allow the usage of the created executables without specifying RISCV. @@ -11,6 +12,7 @@ > export PATH="$PATH:$RISCV/bin" ####2. Install riscv-tools: + riscv-tools is needed to perform a variety of actions such as: compiling a program to work with a spike simulator, simulate the kernel running on spike, and more! @@ -35,7 +37,8 @@ will stop the execution of either command. ####3. Clone and check out Simple-V riscv-isa-sim: - This is a repository used by libre and contains an augmented version of the spike simulator . Do not clone these inside riscv-tools! + This is a repository used by libre and contains an augmented version + of the spike simulator. Do not clone these inside riscv-tools! > 1. Clone Simple-V riscv-isa-sim * git clone https://git.libre-riscv.org/git/riscv-isa-sim.git