Skip to content

Commit 14c2b3f

Browse files
committed
Update old cpuctrl CSR name in cs_registers.rst
The commit 70186c5 renamed the CSR `cpuctrl` to `cpuctrlsts` but did not update the table in `doc/03_reference/cs_registers.rst`. Fix that.
1 parent 1774cbb commit 14c2b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/03_reference/cs_registers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Ibex implements all the Control and Status Registers (CSRs) listed in the follow
7272
+---------+--------------------+--------+-----------------------------------------------+
7373
| 0x7B3 | ``dscratch1`` | RW | Debug Scratch Register 1 |
7474
+---------+--------------------+--------+-----------------------------------------------+
75-
| 0x7C0 | ``cpuctrl`` | WARL | CPU Control Register (Custom CSR) |
75+
| 0x7C0 | ``cpuctrlsts`` | WARL | CPU Control and Status Register (Custom CSR) |
7676
+---------+--------------------+--------+-----------------------------------------------+
7777
| 0x7C1 | ``secureseed`` | WARL | Security feature random seed (Custom CSR) |
7878
+---------+--------------------+--------+-----------------------------------------------+

0 commit comments

Comments
 (0)