Commit e208440a authored by Federico Vaga's avatar Federico Vaga

doc: add global memory map

This create a little table with all the memory offsets to components.
Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 5f780d13
......@@ -4,9 +4,36 @@
Register Tables
===============
.. toctree::
:maxdepth: 1
:caption: Contents:
Memory map from the host point of view:
wbgen_csr
wbgen_lr
.. list-table::
:header-rows: 1
:widths: 50 50
* - Name
- Offset
* - :ref:`Control Status Register <wbgen_csr>`
- 0x00000C00
* - Configuration Rom
- 0x00000E00
* - Shared Memory
- 0x00010000
Memory map from the soft-CPU point of view:
.. list-table::
:header-rows: 1
:widths: 50 50
* - Name
- Offset
* - :ref:`Local Register <wbgen_lr>`
- 0x00100000
* - Shared Memory
- 0x40200000
:orphan:
.. _wbgen_csr:
Control/Status Registers (CSR)
......
:orphan:
.. _wbgen_lr:
Local Registers (LR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment