Skip to content

Commit

Permalink
Update old cpuctrl CSR name in cs_registers.rst
Browse files Browse the repository at this point in the history
The commit 70186c5 renamed the CSR `cpuctrl` to `cpuctrlsts` but did
not update the table in `doc/03_reference/cs_registers.rst`. Fix that.
  • Loading branch information
luismarques committed Feb 12, 2024
1 parent 1774cbb commit 14c2b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/03_reference/cs_registers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
+---------+--------------------+--------+-----------------------------------------------+
Expand Down

0 comments on commit 14c2b3f

Please sign in to comment.