change notes on spike-sv
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 10 Oct 2018 07:19:21 +0000 (08:19 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 10 Oct 2018 07:19:21 +0000 (08:19 +0100)
3d_gpu/spike_sv.mdwn

index 8dc3ff521634c72d632fd3d624187db081c4889a..ae092692f4bd780255af7085f8d102688acbb742 100644 (file)
@@ -1,7 +1,16 @@
 # Simple-V Spike emulator
 
+example dev script (riscvdev.sh):
+
+    export RISCV="$HOME/src/riscv"
+    export PATH="$PATH:$RISCV/bin"
+
 Needs riscv-tools, first
 
+* git clone https://github.com/riscv/riscv-tools
+
+once compiled check out sv versions of spike and tests:
+
 * git clone https://git.libre-riscv.org/git/riscv-isa-sim.git
 * cd risc-v-isa-sim
 * git checkout -b sv
@@ -10,6 +19,8 @@ Needs riscv-tools, first
 * cd riscv-tests
 * git checkout -b sv
 
+make install needed on the simulator for the tests to pick it up
+
 To run the sv unit tests (requires $RISCV to be set correctly i think, or
 at least riscv32/64-unknown-elf-gcc to be in the path)
 
@@ -18,8 +29,3 @@ at least riscv32/64-unknown-elf-gcc to be in the path)
 * $ make
 * $ make run
 
-example dev script (riscvdev.sh):
-
-    export RISCV="$HOME/src/riscv"
-    export PATH="$PATH:$RISCV/bin"
-