cva6/docs
Zbigniew Chamski b1f80bd7cf
Some checks failed
bender-up-to-date / bender-up-to-date (push) Has been cancelled
ci / build-riscv-tests (push) Has been cancelled
ci / execute-riscv64-tests (push) Has been cancelled
ci / execute-riscv32-tests (push) Has been cancelled
Add back ICACHE/DCACHE CSRs, update Yaml+adocs. Fix design doc Makefile. (#2937)
2025-04-16 15:19:48 +02:00
..
01_cva6_user Generate cv32a60x design document (#2924) 2025-04-15 09:42:16 +02:00
02_cva6_requirements Update cva6_requirements_specification.rst (#2364) 2024-07-12 18:14:26 +02:00
03_cva6_design Mmu design document (#2117) 2024-06-17 09:23:44 +02:00
04_cv32a65x Interrupt agent : Modify README also clean interrupt_pkg (#2571) 2024-11-21 23:59:42 +01:00
05_cva6_apu
06_cv64a6_mmu doc: keep documentation in sync with the code (#2558) 2024-10-25 12:27:09 +02:00
07_cv32a60x docs: add missing link to RST 60x design doc (#2932) 2025-04-15 11:59:01 +02:00
_static docs: expand wy-nav-content width to edge of screen (#2452) 2024-08-22 18:10:19 +02:00
common docs: add CV32A60X configuration in RISC-V ISA manual (#2806) 2025-03-04 13:47:22 +01:00
csr-from-ip-xact
design Add back ICACHE/DCACHE CSRs, update Yaml+adocs. Fix design doc Makefile. (#2937) 2025-04-16 15:19:48 +02:00
riscv-isa docs: fix TODOs in machine.adoc (#2863) 2025-03-24 17:20:12 +01:00
scripts Generate cv32a60x design document (#2924) 2025-04-15 09:42:16 +02:00
user_guide
.gitignore doc: keep documentation in sync with the code (#2558) 2024-10-25 12:27:09 +02:00
conf.py docs: expand wy-nav-content width to edge of screen (#2452) 2024-08-22 18:10:19 +02:00
index.rst docs: add CV32A60X configuration in RISC-V ISA manual (#2806) 2025-03-04 13:47:22 +01:00
Makefile docs: generate HTML for 60x design doc (#2930) 2025-04-15 11:35:15 +02:00
README.md doc: keep documentation in sync with the code (#2558) 2024-10-25 12:27:09 +02:00
requirements.txt docs/requirements.txt: add missing packages for RTD (#2726) 2025-01-22 09:07:01 +01:00

CVA6 documentation

CVA6 documentation is published as a Read the Docs documentation. It can be generated by running make in this directory. This generates all necessary sub-documents.

Configuration-specific manuals

For each supported target (e.g. cv32a65x), there are two manuals included in the main documentation: a tailored RISC-V instruction set manual, and a design documentation. These documents are generated when building the main documentation.

Instruction set manual

Instruction set manuals (privileged & unprivileged) are based on the official RISC-V Instruction Set Manual repository. Some parts are stripped down or annotated to only include what's relevant for each specific configuration.

These manuals can be manually generated with: make -C 04_cv32a65x/riscv priv-html unpriv-html. Replace 04_cv32a65x with the desired target. Some of the files used in this documentation (config.adoc) are directly generated from the RTL.

Design documentation

Design documentation describes the internal architecture of the CVA6 processor.

It can be manually generated with: make -C 04_cv32a65x/design design-html. Some of the files used in this documentation (config.adoc, parameters.adoc, port_*.adoc, csr.adoc, isa.adoc) are directly generated from the RTL.