Skip to content

Commit ec5d992

Browse files
authored
Fix instruction search paths in README (#419)
1 parent ef103b6 commit ec5d992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ DEBUG:: Processing line: bne bimm12hi rs1 rs2 bimm12lo 14..12=1 6..2=0x
228228

229229
## How do I find where an instruction is defined?
230230

231-
You can use `grep "^\s*<instr-name>" rv* unratified/rv*` OR run `make` and open
231+
From the repository root, you can use `grep "^\s*<instr-name>" extensions/rv* extensions/unratified/rv*` OR run `make` and open
232232
`instr_dict.json` and search for the instruction you are looking for. Within
233233
that instruction the `extension` field will indicate which file the
234234
instruction was picked from.

0 commit comments

Comments
 (0)