Skip to content

Commit

Permalink
Merge pull request #284 from Silabs-ArjanB/ArjanB_wfe1
Browse files Browse the repository at this point in the history
Corrected instruction set extension chapter with info on custom WFE i…
  • Loading branch information
silabs-oysteink authored Aug 26, 2022
2 parents 72f6c96 + 3f3b8b4 commit d002893
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docs/user_manual/source/control_status_registers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ instruction exception.
.. table:: Control and Status Register Map (additional custom CSRs)
:name: Control and Status Register Map (additional custom CSRs)


+---------------+-------------------+-----------+--------------------------+---------------------------------------------------------+
| CSR Address | Name | Privilege | Parameter | Description |
+===============+===================+===========+==========================+=========================================================+
Expand All @@ -156,7 +155,6 @@ instruction exception.
| 0xBFC | ``secureseed2`` | MRW | | Seed for LFSR2 |
+---------------+-------------------+-----------+--------------------------+---------------------------------------------------------+


.. table:: Control and Status Register Map (Unprivileged and User-Level CSRs)
:name: Control and Status Register Map (Unprivileged and User-Level CSRs)
:class: no-scrollbar-table
Expand Down
21 changes: 20 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,23 @@
CORE-V Instruction Set Extensions
=================================

|corev| does support custom security configuration related CSRs as described in :ref:`cs-registers`. No custom instructions are present.
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`. |
+-------------------------+-------------+--------------------------------------------------+

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

|corev| supports the custom CSRs listed in :numref:`Control and Status Register Map (additional custom CSRs)`.

0 comments on commit d002893

Please sign in to comment.