Clarify pmpcfgX on illegal write combination (fixes #1694) (#1711)

This commit is contained in:
Florian Zaruba 2023-12-14 15:48:40 +01:00 committed by GitHub
parent 8146c96d86
commit 344c1db4b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,3 +40,5 @@ Writes to ``pmpaddr`` are WARL and depend on the address mode. For naturally
aligned power-of 2 addressing mode (``NAPOT``) it is set to ``1``, for top
boundary of an arbitrary range (``TOR``) or ``OFF`` it is set to ``0``.
If, on write to `pmpcfgX`, ``R=0`` and ``W=1`` are set the CSR will not be
updated.