Skip to content

Commit

Permalink
README.md: use word currently instead of actually to label state of t…
Browse files Browse the repository at this point in the history
…he ISA list

Suggested by trekker.dk at ABClinuxu.cz.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
  • Loading branch information
ppisa committed Jan 31, 2023
1 parent eb2bef8 commit 4301da7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -30,7 +30,7 @@ at [Czech Technical University](http://www.cvut.cz/).
- [System Calls Support](#system-calls-support)
- [Limitations of the Implementation](#limitations-of-the-implementation)
- [QtMips original limitations](#qtmips-original-limitations)
- [List of Actually Supported Instructions](#list-of-actually-supported-instructions)
- [List of Currently Supported Instructions](#list-of-currently-supported-instructions)
- [Links to Resources and Similar Projects](#links-to-resources-and-similar-projects)
- [Copyright](#copyright)
- [License](#license)
Expand Down Expand Up @@ -456,7 +456,7 @@ pairs of base address, length pairs stored in memory at address pass in `iov`.

## Limitations of the Implementation

- See list of actually supported instructions.
- See list of currently supported instructions.
- Coprocessor0 has to be ported to RISC-V status registers.

### QtMips original limitations
Expand All @@ -469,7 +469,7 @@ pairs of base address, length pairs stored in memory at address pass in `iov`.
* Only limited support for interrupts and exceptions. When `syscall` or `break`
instruction is recognized, emulation stops. Single step proceed after instruction.

### List of Actually Supported Instructions
### List of Currently Supported Instructions

- **RV32G**:
- **LOAD**: `lw, lh, lb, lwu, lhu, lbu`
Expand Down

0 comments on commit 4301da7

Please sign in to comment.