Skip to content

Commit dd7b215

Browse files
authored
Add data source selection parameters table for the CRU
1 parent 984d5cd commit dd7b215

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,16 @@ If one or more superpage have arrived, they can be inspected and popped using th
103103

104104
DMA can be paused and resumed at any time using `stopDma()` and `startDma()`
105105

106+
### Data Source
107+
108+
In order to set the data source for the CRU, the generator & loopback parameters for the CRU DMA Channel should now be used as follows:
109+
110+
| `GeneratorEnabled` | `GeneratorLoopback` | Data Source |
111+
| ------------------ | ------------------- | ----------- |
112+
| `false` | `None` | FEE (GBT) |
113+
| `true` | `Ddg` | DDG (GBT) |
114+
| `true` | `Internal` | DG |
115+
106116
Card Configurator
107117
-------------------
108118
The `CardConfigurator` class offers an interface to configure the Readout Card (_currently only implemented for the CRU_). In

0 commit comments

Comments
 (0)