diff --git a/README.md b/README.md index e850b6e4..2c5bba91 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 ---------------------------