mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[docs] minor fixes
This commit is contained in:
parent
107c72ab61
commit
2fe805809e
2 changed files with 4 additions and 4 deletions
|
@ -71,8 +71,8 @@ not working as expected. See how to [contribute](https://github.com/stnolting/ne
|
|||
[](https://github.com/stnolting/neorv32/releases)
|
||||
[](https://github.com/stnolting/neorv32/releases)
|
||||
|
||||
| Task | Repository | CI Status |
|
||||
|:-----|:-----------|:----------|
|
||||
| Task / Subproject | Repository | CI Status |
|
||||
|:------------------|:-----------|:----------|
|
||||
| GitHub Pages (docs) | [neorv32](https://github.com/stnolting/neorv32) | [](https://stnolting.github.io/neorv32) |
|
||||
| Build documentation | [neorv32](https://github.com/stnolting/neorv32) | [](https://github.com/stnolting/neorv32/actions?query=workflow%3ADocumentation) |
|
||||
| Processor (SoC) verification | [neorv32](https://github.com/stnolting/neorv32) | [](https://github.com/stnolting/neorv32/actions?query=workflow%3AProcessor) |
|
||||
|
|
|
@ -318,8 +318,8 @@ interrupt is triggered or an exception is raised.
|
|||
|
||||
[IMPORTANT]
|
||||
Physically, the NEORV32's `mcounteren` CSR is implemented as a **single 1-bit register**. Setting _any_ bit of
|
||||
the CSR will result in all bits being set. Hence, user-mode access can only be granted for _all_ counter CSRs
|
||||
or denied for _all_ counter CSRs.
|
||||
the CSR will result in all bits being set. Hence, user-mode access can either be granted for **all** counter CSRs
|
||||
or entirely denied allowing access to **none** counter CSRs.
|
||||
|
||||
|
||||
{empty} +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue