mirror of
https://github.com/olofk/serv.git
synced 2025-04-22 04:47:16 -04:00
Add serv_rf_if documentation
This commit is contained in:
parent
e4b773c17b
commit
e8bc87fd0e
3 changed files with 5 additions and 1 deletions
|
@ -140,7 +140,11 @@ When SERV is built with `WITH_CSR`, there is also logic to detect misaligned acc
|
|||
serv_rf_if
|
||||
^^^^^^^^^^
|
||||
|
||||
serv_rf_if is the gateway between the core and an RF implementation. It transforms all control signals that affect register reads or writes and exposes two read and write ports to the RF. This allows implementors to plug in an RF implementation that is best suited for the technology to be used.
|
||||
.. image:: serv_rf_if.png
|
||||
|
||||
serv_rf_if is the gateway between the core and an RF implementation. It transforms all control signals that affect register reads or writes and exposes two read and write ports to the RF. This allows implementors to plug in an RF implementation that is best suited for the technology to be used. The general purpose registers are allocated to address 0-31. In addition, four CSR are defined at addresses 32-35.
|
||||
|
||||
.. image:: serv_rf_if_int.png
|
||||
|
||||
serv_rf_ram
|
||||
^^^^^^^^^^^
|
||||
|
|
BIN
doc/serv_rf_if.png
Normal file
BIN
doc/serv_rf_if.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
doc/serv_rf_if_int.png
Normal file
BIN
doc/serv_rf_if_int.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
Loading…
Add table
Add a link
Reference in a new issue