Skip to content

Commit

Permalink
Provide RISC-V ISA priv in ReadTheDocs (#2093)
Browse files Browse the repository at this point in the history
* Provide RISC-V ISA for CV32A65X
* Reorder specifications in ReadTheDocs
  • Loading branch information
ASintzoff authored May 2, 2024
1 parent f57efab commit c52fd2b
Show file tree
Hide file tree
Showing 5 changed files with 4,806 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/04_cv32a65x_design/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
Original Author: Jean-Roch COULON - Thales


CV32A65X Design Document
========================
Design Document for CV32A65X
============================
Editor: **Jean Roch Coulon**

.. toctree::
Expand Down
7 changes: 6 additions & 1 deletion docs/06_cv32a65x_riscv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# Original Author: Jean-Roch COULON - Thales

all: priv unpriv
all: priv unpriv priv-html

setup:
mkdir -p build/riscv-isa-manual
Expand All @@ -15,6 +15,11 @@ setup:

priv: setup
cd build/riscv-isa-manual/build; make priv
cp ./build/riscv-isa-manual/build/priv-isa-asciidoc.pdf priv-isa-cv32a65x.pdf

priv-html: setup
cd build/riscv-isa-manual/build; make priv-html
cp ./build/riscv-isa-manual/build/priv-isa-asciidoc.html priv-isa-cv32a65x.html

unpriv: setup
cd build/riscv-isa-manual/build; make unpriv
Expand Down
14 changes: 14 additions & 0 deletions docs/06_cv32a65x_riscv/index.rst
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

Privilege RISC-V ISA for CV32A65X
=================================

.. raw:: html
:file: priv-isa-cv32a65x.html
Loading

0 comments on commit c52fd2b

Please sign in to comment.