mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 13:27:10 -04:00
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:
parent
1774cbbbe3
commit
14c2b3f7ab
1 changed files with 1 additions and 1 deletions
|
@ -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) |
|
||||
+---------+--------------------+--------+-----------------------------------------------+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue