Update README.md to reflect support for 64-bit ISAs
This commit is contained in:
parent
b3acff2bf3
commit
d25785c4b4
|
@ -129,8 +129,8 @@ The following core-specific parameters are currently supported:
|
||||||
|
|
||||||
| Parameter | Description | Valid value(s) |
|
| Parameter | Description | Valid value(s) |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| `params.ilen` | Max length of instruction retired by core | `32` |
|
| `params.ilen` | Max length of instruction retired by core | `32`, `64` |
|
||||||
| `params.xlen` | Width of integer registers | `32` |
|
| `params.xlen` | Width of integer registers | `32`, `64` |
|
||||||
| `params.csr_misa` | Support for MISA CSRs enabled | `True`, `False` |
|
| `params.csr_misa` | Support for MISA CSRs enabled | `True`, `False` |
|
||||||
| `params.compressed` | Support for compressed instructions | `True`, `False` |
|
| `params.compressed` | Support for compressed instructions | `True`, `False` |
|
||||||
| `params.aligned_mem` | Require aligned memory accesses | `True`, `False` |
|
| `params.aligned_mem` | Require aligned memory accesses | `True`, `False` |
|
||||||
|
|
Loading…
Reference in New Issue