Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Populate instruction chapter in CV32A65X Design Document #1820

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/01_cva6_user/RISCV_Instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

*This chapter is applicable to all configurations.*

RISC-V Instructions
===================
CVA6 RISC-V Instructions
========================

Introduction
------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/04_cv32a65x_design/source/CSRs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CSR
===

.. toctree::
:hidden:
:maxdepth: 1

csr_list
csr
Expand Down
2 changes: 1 addition & 1 deletion docs/04_cv32a65x_design/source/functionality.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Functionality
=============

.. toctree::
:hidden:
:maxdepth: 1

instructions
traps
Expand Down
22 changes: 21 additions & 1 deletion docs/04_cv32a65x_design/source/instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,25 @@

Original Author: Jean-Roch COULON - Thales

Instructions
============

.. include:: ../../01_cva6_user/RISCV_Instructions.rst
The next first subchapter lists the extensions implemented in CVA6.
By configuration, we can enable/disable the extensions.
CV32A65X supports the extensions described in the next subchapters.
RVZicond, RV32A and RVZifencei extensions are not supported by CV32A65X.


.. toctree::
:maxdepth: 1

../../01_cva6_user/RISCV_Instructions
../../01_cva6_user/RISCV_Instructions_RV32I
../../01_cva6_user/RISCV_Instructions_RV32M
../../01_cva6_user/RISCV_Instructions_RV32C
../../01_cva6_user/RISCV_Instructions_RV32ZCb
../../01_cva6_user/RISCV_Instructions_RVZba
../../01_cva6_user/RISCV_Instructions_RVZbb
../../01_cva6_user/RISCV_Instructions_RVZbc
../../01_cva6_user/RISCV_Instructions_RVZbs
../../01_cva6_user/RISCV_Instructions_RVZicsr
Loading