mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
Update docs/datasheet/cpu_csr.adoc
Co-authored-by: NikLeberg <39563554+NikLeberg@users.noreply.github.com> Signed-off-by: stnolting <stnolting@gmail.com>
This commit is contained in:
parent
0245fdc4d3
commit
24bcf0669c
1 changed files with 1 additions and 1 deletions
|
@ -986,7 +986,7 @@ This CSR is hardwired to all-zero if there is just a single CPU core in the syst
|
|||
| Bit | Name [C] | R/W | Description
|
||||
| 1:0 | `CSR_MXICCSR_LINK_MSB : CSR_MXICCSR_LINK_LSB` | r/w | Link select. The value in this memory corresponds
|
||||
to the ID of the core to which a connection is to be established via a link. The ICC data registers <<_mxiccrxd>>
|
||||
and <<_mxicctxd>> will only access the queue FIFOs of the selected link. Not that only bit 0 is writable. Bit 1
|
||||
and <<_mxicctxd>> will only access the queue FIFOs of the selected link. Note that only bit 0 is writable. Bit 1
|
||||
is hardwaired to zero.
|
||||
| 29:2 | - | r/- | Reserved; hardwired to zero.
|
||||
| 30 | `CSR_MXICCSR_TX_FREE` | r/- | Set if there is free space for TX data for the selected link.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue