docs: add CV32A60X configuration in RISC-V ISA manual (#2806)
Some checks are pending
bender-up-to-date / bender-up-to-date (push) Waiting to run
ci / build-riscv-tests (push) Waiting to run
ci / execute-riscv64-tests (push) Blocked by required conditions
ci / execute-riscv32-tests (push) Blocked by required conditions

* docs: spec_builder.py: add missing extensions
* docs: fix unpriv manual (opcode map, Zcmop)
- in opcode map, write not used when corresponding extension is disabled
- use correct condition for Zcmop extension
* docs: remove PMP chapter when no PMP
* docs: add tailored RISC-V ISA manual for CV32A60X configuration
This commit is contained in:
André Sintzoff 2025-03-04 13:47:22 +01:00 committed by GitHub
parent d9f76bd4fb
commit 5c3007db53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 120 additions and 12 deletions

View file

@ -51,14 +51,24 @@ DEFAULT_PARAMS = {
'RVZabha': False,
'RVZacas': False,
'RVZawrs': False,
'RVZcmop': False,
'RVZfa': False,
'RVZfbf-RZvfbf': False,
'RVZfh': False,
'RVZfinx': False,
'RVZicbo': False,
'RVZicfilp': False,
'RVZifencei': False,
'RVZihintntl': False,
'RVZihintpause': False,
'RVZimop': False,
'RVZk': False,
'RVZpm': False,
'RVZsmcdeleg': False,
'RVZsmcntrpmf': False,
'RVZsmcsrind-RVZsscsrind': False,
'RVZsmctr': False,
'RVZsmdbltrp': False,
'RVZsmepmp': False,
'RVZsmmpm': False,
'RVZsmrnmi': False,