Skip to content

Commit

Permalink
update readme with spike target
Browse files Browse the repository at this point in the history
  • Loading branch information
defermelowie authored and josecm committed Dec 19, 2023
1 parent aee9063 commit 2580b65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The target platform on which the test will run should be specified by setting th
| *QEMU* | `qemu` |
| *Rocket Chip Emulator* | `rocket_emul` |
| *Rocket Chip FPGA* | `rocket_fpga` |
| *Spike Emulator* | `spike` |

### Output level

Expand All @@ -36,6 +37,10 @@ $ PLAT=${target_platform} make

The compilation result is located at *build/*`${target_platform}`*/rvh_test.elf* or *rvh_test.bin*.

### Run

[`scripts/run_on_spike.sh`](scripts/run_on_spike.sh) is a script to run on spike

### Trouble-shooting

#### *boot.S:6: Error: unrecognized opcode `csrwi sscratch,0xf'*
Expand Down

0 comments on commit 2580b65

Please sign in to comment.