aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornaufal <ahmednofal@aucegypt.edu>2018-11-09 17:28:49 +0200
committerAndrew Waterman <aswaterman@gmail.com>2018-11-09 11:17:36 -0800
commit65c8ac48af16235097084b413c10c7bff576b331 (patch)
tree8d4a4ddc974e09eeb42514121baba8b9165c3e05 /README.md
parent01252686902fa30665fbecfc1476d169ad1333d1 (diff)
downloadspike-65c8ac48af16235097084b413c10c7bff576b331.zip
spike-65c8ac48af16235097084b413c10c7bff576b331.tar.gz
spike-65c8ac48af16235097084b413c10c7bff576b331.tar.bz2
commands render correctly in README.md now, included in code block
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 018c7d3..98b6bf2 100644
--- a/README.md
+++ b/README.md
@@ -48,10 +48,11 @@ Adding an instruction to the simulator requires two steps:
2. Add the opcode and opcode mask to riscv/opcodes.h. Alternatively,
add it to the riscv-opcodes package, and it will do so for you:
-
+ ```
$ cd ../riscv-opcodes
$ vi opcodes // add a line for the new instruction
$ make install
+ ```
3. Rebuild the simulator.