Commit 939c553d authored by Tristan Gingold's avatar Tristan Gingold

trigunit_regs: add more comments.

parent 86c748f3
......@@ -19,6 +19,8 @@ memory-map:
- reg:
name: status
description: VTU status
comment: >
Status register of the VTU.
width: 16
access: ro
x-fesa:
......@@ -94,6 +96,8 @@ memory-map:
- reg:
name: configOffline
description: Control signals
comment: >
The offline registers defines the values for the next start.
width: 16
access: rw
x-fesa:
......@@ -132,16 +136,18 @@ memory-map:
- field:
name: valid
description: >
To be set when all offline values are set and coherent. The
hardware will use them at the next start. User shouldn't
modify the offline values once this bit is set.
To be set when all offline values are set and coherent. The
hardware will use them at the next start. User shouldn't
modify the offline values once this bit is set.
range: 0
x-hdl:
type: wire
- reg:
name: bValueOffline
description: Number of RF clock cycles to delay (B)
comment: Used in all modes
comment: >
Used in all modes. The exact number of cycles depend on the mode,
as there is additional constant delay.
width: 64
type: unsigned
access: rw
......
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