Bring in CV32A60X ISA from the cv32a60x branch

This commit is contained in:
mike 2025-04-05 23:01:53 -04:00
parent 7b3054156e
commit f539967ec9
2 changed files with 11 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
*.swp
*.swo
site/*
*.ucdb
covhtmlreport/*

View file

@ -1,8 +1,15 @@
CV32A60X documentation
======================
CV32A60X ISA
============
.. toctree::
:maxdepth: 1
..
riscv/unpriv.rst
riscv/priv.rst
Below are links to RISC-V ISA documents tailored for OpenHW Group CV32A60X.
Only those CSRs and Instruction Sets that are supported by the CV32A60X are documented here.
| `Unprivileged RISC-V ISA <https://cva6-cv32a60x.readthedocs.io/en/latest/07_cv32a60x/riscv/unpriv.html>`_
| `Privileged RISC-V ISA <https://cva6-cv32a60x.readthedocs.io/en/latest/07_cv32a60x/riscv/priv.html>`_