Update old cpuctrl CSR name in cs_registers.rst

The commit 70186c57 renamed the CSR `cpuctrl` to `cpuctrlsts` but did
not update the table in `doc/03_reference/cs_registers.rst`. Fix that.
This commit is contained in:
Luís Marques 2024-02-11 17:47:30 +00:00
parent 1774cbbbe3
commit 14c2b3f7ab

View file

@ -72,7 +72,7 @@ Ibex implements all the Control and Status Registers (CSRs) listed in the follow
+---------+--------------------+--------+-----------------------------------------------+
| 0x7B3 | ``dscratch1`` | RW | Debug Scratch Register 1 |
+---------+--------------------+--------+-----------------------------------------------+
| 0x7C0 | ``cpuctrl`` | WARL | CPU Control Register (Custom CSR) |
| 0x7C0 | ``cpuctrlsts`` | WARL | CPU Control and Status Register (Custom CSR) |
+---------+--------------------+--------+-----------------------------------------------+
| 0x7C1 | ``secureseed`` | WARL | Security feature random seed (Custom CSR) |
+---------+--------------------+--------+-----------------------------------------------+