[doc] Update mhartid CSR description

This commit removes outdated bit-field descriptions for `mhartid` CSR.

Signed-off-by: Pirmin Vogel <vogelpi@lowrisc.org>
This commit is contained in:
Pirmin Vogel 2019-11-15 10:46:39 +01:00
parent 46608d9f76
commit 99a12ff6d5

View file

@ -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`.