Skip to content

Commit

Permalink
Merge pull request #654 from Silabs-ArjanB/ArjanB_wfe1
Browse files Browse the repository at this point in the history
(CV32E40X only commit) Corrected instruction set extension chapter with info on custom WFE i…
  • Loading branch information
silabs-oysteink authored Aug 26, 2022
2 parents b06ea7d + effe5bb commit ac4bafd
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion docs/user_manual/source/instruction_set_extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,25 @@
CORE-V Instruction Set Extensions
=================================

|corev| does not support any custom ISA Extensions internal to the core. Custom instructions can be added external to the core via the eXtension interface described in :ref:`x_ext`.
Custom instructions
-------------------

|corev| supports the custom instruction(s) listed in :numref:`Custom instructions`.

.. table:: Custom instructions
:name: Custom instructions
:widths: 10 10 80
:class: no-scrollbar-table

+-------------------------+-------------+--------------------------------------------------+
| Custom instruction | Encoding | Description |
+=========================+=============+==================================================+
| ``wfe`` | 0x8C00_0073 | Wait For Event, see :ref:`wfe`. |
+-------------------------+-------------+--------------------------------------------------+

Further custom instructions can be added external to the core via the eXtension interface described in :ref:`x_ext`.

Custom CSRs
-----------

|corev| does not contain custom CSRs.

0 comments on commit ac4bafd

Please sign in to comment.