Skip to content

Commit

Permalink
Corrected instruction set extension chapter with info on custom WFE i…
Browse files Browse the repository at this point in the history
…nstruction

Signed-off-by: Arjan Bink <[email protected]>
  • Loading branch information
Silabs-ArjanB committed Aug 26, 2022
1 parent b06ea7d commit effe5bb
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 effe5bb

Please sign in to comment.