Update README.md to reflect support for 64-bit ISAs

master
Donald Sebastian Leung 2020-08-28 12:33:14 +08:00
parent b3acff2bf3
commit d25785c4b4
1 changed files with 2 additions and 2 deletions

View File

@ -129,8 +129,8 @@ The following core-specific parameters are currently supported:
| Parameter | Description | Valid value(s) |
| --- | --- | --- |
| `params.ilen` | Max length of instruction retired by core | `32` |
| `params.xlen` | Width of integer registers | `32` |
| `params.ilen` | Max length of instruction retired by core | `32`, `64` |
| `params.xlen` | Width of integer registers | `32`, `64` |
| `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` |