-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add RISCV documentation for cv64a6_mmu (#2315)
- Loading branch information
Showing
15 changed files
with
36,407 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
CV32A65X documentation | ||
====================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
riscv/unpriv.rst | ||
riscv/priv.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Copyright 2024 Thales DIS France SAS | ||
# Licensed under the Solderpad Hardware License, Version 2.1 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 | ||
# You may obtain a copy of the License at https://solderpad.org/licenses/ | ||
# | ||
# Original Author: Thales DIS | ||
|
||
CONFIG := cv64a6_mmu | ||
include ../../riscv-isa/build.mk |
5,861 changes: 5,861 additions & 0 deletions
5,861
docs/06_cv64a6_mmu/riscv/priv-isa-cv64a6_mmu.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.. | ||
Copyright (c) 2024 Thales | ||
Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 | ||
You may obtain a copy of the License at https://solderpad.org/licenses/ | ||
Original Author: Jean-Roch COULON - Thales | ||
|
||
Privileged RISC-V ISA | ||
===================== | ||
|
||
.. raw:: html | ||
:file: priv-isa-cv64a6_mmu.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
:ohg-config: CV64A6_MMU | ||
:XLEN: 64 | ||
:RVA: false | ||
:RVC: true | ||
:RVS: true | ||
:RVU: true | ||
:RVH: false | ||
:SV: SV0 | ||
:RVZicfilp: false | ||
:RVZicfiss: false | ||
:RVZsmstateen: false | ||
:RVZsmcsrind-RVZsscsrind: false | ||
:RVZsmepmp: false | ||
:RVZsmcntrpmf: false | ||
:RVZsmrnmi: false | ||
:RVZsmcdeleg: false | ||
:RVZsstc: false | ||
:RVZsscofpmf: false | ||
:RVZsmmpm: false | ||
:DCacheEn: false | ||
:MTvalEn: false | ||
:MTvecDirectEn: true | ||
:note: false |
26,903 changes: 26,903 additions & 0 deletions
26,903
docs/06_cv64a6_mmu/riscv/unpriv-isa-cv64a6_mmu.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.. | ||
Copyright (c) 2024 Thales | ||
Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 | ||
You may obtain a copy of the License at https://solderpad.org/licenses/ | ||
Original Author: Jean-Roch COULON - Thales | ||
|
||
Unprivileged RISC-V ISA | ||
======================= | ||
|
||
.. raw:: html | ||
:file: unpriv-isa-cv64a6_mmu.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
|
||
ifeval::["{ohg-config}"=="CV32A65X"] | ||
:archi-CVA6: | ||
// specify that it is a custom architecture | ||
:archi-not-default: | ||
endif::[] | ||
|
||
ifeval::["{ohg-config}"=="CV64A6_MMU"] | ||
:archi-CVA6: | ||
// specify that it is a custom architecture | ||
:archi-not-default: | ||
endif::[] | ||
|
||
ifndef::archi-not-default[] | ||
:archi-default: | ||
endif::[] | ||
|
||
ifeval::[{RVS} == true] | ||
:RVS-true: | ||
endif::[] | ||
|
||
ifeval::[{RVU} == true] | ||
:RVU-true: | ||
endif::[] | ||
|
||
ifeval::[{XLEN} == 32] | ||
:XLEN-32: | ||
endif::[] | ||
|
||
ifeval::[{XLEN} == 64] | ||
:XLEN-64: | ||
endif::[] | ||
|
||
ifeval::[{RVZsmcntrpmf} == true] | ||
:RVZsmcntrpmf-true: | ||
endif::[] | ||
|
||
ifeval::[{RVC} == true] | ||
:RVC-true: | ||
endif::[] | ||
|
||
ifeval::[{MTvecDirectEn} == true] | ||
:MTvecDirectEn-true: | ||
endif::[] | ||
|
||
ifeval::[{MTvalEn} == true] | ||
:MTvalEn-true: | ||
endif::[] | ||
|
||
ifeval::[{RVZsmepmp} == true] | ||
:RVZsmepmp-true: | ||
endif::[] | ||
|
||
ifeval::[{DCacheEn} == true] | ||
:DCacheEn-true: | ||
endif::[] | ||
|
||
ifeval::[{RVA} == true] | ||
:RVA-true: | ||
endif::[] | ||
|
||
ifeval::[{RVZsmdbltrp} == true] | ||
:RVZsmdbltrp-true: | ||
endif::[] | ||
|
||
ifeval::[{RVZicfilp} == true] | ||
:RVZicfilp-true: | ||
endif::[] |
Oops, something went wrong.