diff options
author | akshaykumars614 <88362922+akshaykumars614@users.noreply.github.com> | 2024-02-12 15:58:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 12:58:53 -0800 |
commit | 4ad822da696642179ee0e7fc1e175fbbb7e35a72 (patch) | |
tree | 31cfb1d1eaa69ea1cdfcda7e2685da49dd4c1355 | |
parent | f51aa42dac51c071c516a96648344a50339fa70d (diff) | |
download | riscv-opcodes-4ad822da696642179ee0e7fc1e175fbbb7e35a72.zip riscv-opcodes-4ad822da696642179ee0e7fc1e175fbbb7e35a72.tar.gz riscv-opcodes-4ad822da696642179ee0e7fc1e175fbbb7e35a72.tar.bz2 |
Made Typo correction in READ.MD (#223) (#227)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ tools and projects like Spike, PK, RISC-V Manual, etc. This project follows a very specific file structure to define the instruction encodings. All files containing instruction encodings start with the prefix `rv`. These files can either be present in -the root directory (if the instructions have been ratified) of the `unratified` directory. The exact +the root directory (if the instructions have been ratified) or the `unratified` directory. The exact file-naming policy and location is as mentioned below: 1. `rv_x` - contains instructions common within the 32-bit and 64-bit modes of extension X. |