Hazard3/doc
Leon Schuermann 1d0fc21430 Readme.md / doc: clarify "naturally aligned regions", no TOR support
While NA4 and NAPOT are the only "naturally aligned" addressing modes
in the RISC-V PMP (Privileged) Spec, calling their support out by
name, and clearly stating that the TOR addressing mode is not
supported, can clarify this fact for software / OS developers.

This is a common point of confusion and frustration when porting to
new RISC-V chips and so increased visbility of this limitation in the
documentation and README might help.
2024-08-08 20:44:43 -07:00
..
diagrams Finish documenting CSRs. Draw a debug topology diagram. 2021-11-28 08:17:23 +00:00
sections Readme.md / doc: clarify "naturally aligned regions", no TOR support 2024-08-08 20:44:43 -07:00
.gitignore Docs: Add date to title page, and rebuild PDF with recent CSR changes 2022-08-08 23:57:20 +01:00
Makefile Docs: Add date to title page, and rebuild PDF with recent CSR changes 2022-08-08 23:57:20 +01:00
Readme.md Document some IRQ CSRs, and instruction timings 2021-05-31 15:57:05 +01:00
hazard3.adoc Do a quick pass over all the documentation. 2024-08-07 13:10:27 -07:00
hazard3.pdf Do a quick pass over all the documentation. 2024-08-07 13:10:27 -07:00

Readme.md

Building

# Get tools
sudo apt install ruby-asciidoctor-pdf
# Build
make