CV32A60X ISA (#2922)

* Bring in CV32A60X ISA from the cv32a60x branch
This commit is contained in:
Mike Thompson 2025-04-15 03:40:35 -04:00 committed by GitHub
parent f7fae486ff
commit 8bcb14a2df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

2
.gitignore vendored
View file

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

View file

@ -4,5 +4,12 @@ CV32A60X documentation
.. 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>`_