aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrs <turtwig@utexas.edu>2023-10-19 11:12:02 -0500
committerbrs <turtwig@utexas.edu>2023-10-19 11:12:02 -0500
commit37e00ffb6e9544bda894a16456955a9ef88c87fd (patch)
tree27c3663c8d87edb65215c16aae75866d0e3cd924
parent177ecae3656acc8d66d0c50687cd92fad169e8cd (diff)
downloadspike-37e00ffb6e9544bda894a16456955a9ef88c87fd.zip
spike-37e00ffb6e9544bda894a16456955a9ef88c87fd.tar.gz
spike-37e00ffb6e9544bda894a16456955a9ef88c87fd.tar.bz2
Update README on adding new instructions to point out that they need to be added to riscv.mk.in
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index e850b6e..2c5bba9 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,10 @@ Adding an instruction to the simulator requires two steps:
$ make install
```
- 3. Rebuild the simulator.
+ 3. Add the instruction to riscv/riscv.mk.in. Otherwise, the instruction
+ will not be included in the build and will be treated as an illegal instruction.
+
+ 4. Rebuild the simulator.
Interactive Debug Mode
---------------------------