Update README.md
This commit is contained in:
parent
46e6ca3f70
commit
3f3ec597a1
|
@ -84,6 +84,15 @@ Below is a list of instructions currently supported by this port of the riscv-fo
|
|||
- `InsnRV32IUType`: RV32I U-Type Instruction
|
||||
- `InsnLui`: LUI instruction
|
||||
- `InsnAuipc`: AUIPC instruction
|
||||
- `InsnRV32MRType`: RV32M R-Type Instruction
|
||||
- `InsnMul`: MUL instruction
|
||||
- `InsnMulh`: MULH instruction
|
||||
- `InsnMulhsu`: MULHSU instruction
|
||||
- `InsnMulhu`: MULHU instruction
|
||||
- `InsnDiv`: DIV instruction
|
||||
- `InsnDivu`: DIVU instruction
|
||||
- `InsnRem`: REM instruction
|
||||
- `InsnRemu`: REMU instruction
|
||||
|
||||
### ISAs
|
||||
|
||||
|
@ -100,3 +109,4 @@ The following core-specific parameters are currently supported:
|
|||
| `params.csr_misa` | Support for MISA CSRs enabled | `True`, `False` |
|
||||
| `params.compressed` | Support for compressed instructions | `True`, `False` |
|
||||
| `params.aligned_mem` | Require aligned memory accesses | `True`, `False` |
|
||||
| `params.altops` | Use alternative operations for multiplication/division | `True`, `False` |
|
||||
|
|
Loading…
Reference in New Issue