Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Add size of DRM Ctrl register space to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Apr 21, 2020
1 parent 9f75799 commit d2ffb31
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions doc/drm_hardware_ip_controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ For each IP connected there are 3 parts:
AXI4-Lite Register Interface
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The communication with the Software layer is performed through an AXI4-Lite slave interface:
The communication with the Software layer is performed through an AXI4-Lite slave interface.
The address space exposed by the DRM Controller IP is minimum 16 bit wide.

.. list-table::
:header-rows: 1
Expand Down Expand Up @@ -209,6 +210,14 @@ The communication with the Software layer is performed through an AXI4-Lite slav
- 2
- AXI4-Lite read response

The DRM Controller maintains different pages of registers that provide status and
allow control over the overall DRM system.
To operate correctly, those registers must be accessible in read and write mode by
Software layer (DRM Library).

Please refer to :doc:`drm_library_integration` for more information.


Chip DNA Interface
~~~~~~~~~~~~~~~~~~

Expand All @@ -233,16 +242,6 @@ the user for his/her convenience.
- DNA as exposed by the chip


Registers
---------

The DRM Controller maintains different pages of registers that provide status and
allow control over the overall DRM system.
To operate correctly, those registers must be accessible in read and write mode by
Software layer (DRM Library).

Please refer to :doc:`drm_library_integration` for more information.

Implementation results
----------------------

Expand Down

0 comments on commit d2ffb31

Please sign in to comment.