Skip to content

Commit

Permalink
[doc] Update mhartid CSR description
Browse files Browse the repository at this point in the history
This commit removes outdated bit-field descriptions for `mhartid` CSR.

Signed-off-by: Pirmin Vogel <[email protected]>
  • Loading branch information
vogelpi committed Nov 19, 2019
1 parent 46608d9 commit 99a12ff
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions doc/cs_registers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -371,12 +371,5 @@ Hardware Thread ID (mhartid)

CSR Address: ``0xF14``

Reset Value: Defined

+-------+-----+------------------------------------------------------------------+
| Bit# | R/W | Description |
+-------+-----+------------------------------------------------------------------+
| 10:5 | R | **Cluster ID:** ID of the cluster |
+-------+-----+------------------------------------------------------------------+
| 3:0 | R | **Core ID:** ID of the core within the cluster |
+-------+-----+------------------------------------------------------------------+
Reads directly return the value of the ``hart_id_i`` input signal.
See also :ref:`core-integration`.

0 comments on commit 99a12ff

Please sign in to comment.