mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
added RISC-V logo; minor edits
This commit is contained in:
parent
4bbe7c3ecd
commit
b034d734dd
2 changed files with 5 additions and 3 deletions
|
@ -86,7 +86,7 @@ The processor passes the official `rv32i`, `rv32im`, `rv32imc`, `rv32Zicsr` and
|
|||
* `misa` CSR is read-only - no dynamic enabling/disabling of implemented CPU extensions during runtime
|
||||
* `mcause` CSR is read-only
|
||||
* The `[m]cycleh` and `[m]instreth` CSR counters are only 20-bit wide (in contrast to original 32-bit)
|
||||
* The physical memory protection (**PMP**) only supports `NAPOT` mode and only up to 8 regions
|
||||
* The physical memory protection (**PMP**) only supports `NAPOT` mode, a minimal granularity of 8 bytes and only up to 8 regions
|
||||
|
||||
|
||||
### Custom CPU Extensions
|
||||
|
@ -194,7 +194,7 @@ the [:
|
||||
* System instructions: `FENCE.I`
|
||||
|
||||
**Physical memory protection** (`PMP`, requires `Zicsr` extension):
|
||||
**Privileged architecture / Physical memory protection** (`PMP`, requires `Zicsr` extension):
|
||||
* Additional machine CSRs: `pmpcfgx` `pmpaddrx`
|
||||
|
||||
|
||||
|
@ -664,7 +664,9 @@ link in question.
|
|||
"AXI" and "AXI-Lite" are trademarks of Arm Holdings plc.
|
||||
|
||||
|
||||
## Acknowledgement
|
||||
## Acknowledgements
|
||||
|
||||
[](https://riscv.org/)
|
||||
|
||||
[RISC-V](https://riscv.org/) - Instruction Sets Want To Be Free :heart:
|
||||
|
||||
|
|
BIN
docs/figures/riscv_logo.png
Normal file
BIN
docs/figures/riscv_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
Add table
Add a link
Reference in a new issue