Skip to content

Commit

Permalink
Update basil/firmware/modules/timestamp/README.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Tomasz Hemperek <themperek@users.noreply.github.com>
  • Loading branch information
thirono and themperek committed Dec 1, 2020
1 parent 22296af commit 4f06b2f
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions basil/firmware/modules/timestamp/README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

===============================
**timestamp* - time stamp
**timestamp** - time stamp
===============================

Simple timestamp recorder .
Simple timestamp recorder.

**Unit test/Example:**
`test_Timestamp.v <https://github.com/SiLab-Bonn/basil/blob/master/tests/test_Timestamp.v>`_
Expand All @@ -13,23 +13,23 @@ Pins
+---------------+---------------------+-----------------------+------------------------------------------------------+
| Name | Size | Direction | Description |
+===============+=====================+=======================+======================================================+
| EXT_ENABLE | 1 | input | active high accept DI signal (synchronous to PULSE_CLK) |
| EXT_ENABLE | 1 | input | active high accept DI signal (synchronous to CLK) |
+---------------+---------------------+-----------------------+------------------------------------------------------+
| CLK | 1 | input | module clock |
| CLK | 1 | input | module clock |
+---------------+---------------------+-----------------------+------------------------------------------------------+
| DI | 1 | input | input signal |
| DI | 1 | input | input signal |
+---------------+---------------------+-----------------------+------------------------------------------------------+
| EXT_TIMESTMP | 1 | input | external timestamp timestamp pulse |
| EXT_TIMESTAMP | 64 | input | external timestamp timestamp pulse |
+---------------+---------------------+-----------------------+------------------------------------------------------+
| TIMESTAMP_OUT | 64 | output | |
+---------------+---------------------+-----------------------+------------------------------------------------------+

Registers
+---------------+----------------------------------+--------+-------+-------------+--------------------------------------------------------------------------------------------+
| Name | Address | Bits | r/w | Default | Description |
+===============+==================================+========+=======+=============+============================================================================================+
| EN | 2 | [0] | r/w | | enable module |
+---------------+----------------------------------+--------+-------+-------------+--------------------------------------------------------------------------------------------+
| EXT_TIMESTMP | 2 | [1] | r/w | 0 | use external timestamp |
+---------------+----------------------------------+--------+-------+-------------+--------------------------------------------------------------------------------------------+
| EXT_ENABLE | 2 | [2] | r/w | 0 | enable external start |
+---------------+----------------------------------+--------+-------+-------------+--------------------------------------------------------------------------------------------+

+---------------+----------------------------------+--------+-------+-------------+----------------------------------------------+
| Name | Address | Bits | r/w | Default | Description |
+===============+==================================+========+=======+=============+==============================================+
| EN | 2 | [0] | r/w | | enable module |
+---------------+----------------------------------+--------+-------+-------------+----------------------------------------------+
| EXT_TIMESTMP | 2 | [1] | r/w | 0 | use external timestamp |
+---------------+----------------------------------+--------+-------+-------------+----------------------------------------------+
| EXT_ENABLE | 2 | [2] | r/w | 0 | enable external start |
+---------------+----------------------------------+--------+-------+-------------+----------------------------------------------+

0 comments on commit 4f06b2f

Please sign in to comment.