Add serv_rf_if documentation

This commit is contained in:
Olof Kindgren 2021-01-20 23:48:28 +01:00
parent e4b773c17b
commit e8bc87fd0e
3 changed files with 5 additions and 1 deletions

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
doc/serv_rf_if_int.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB