Commit 11cc1b6d authored by Dimitris Lampridis's avatar Dimitris Lampridis

doc: add note about test data mode not producing any trigger time tags

parent c1b687f7
......@@ -220,7 +220,7 @@ Manual ACQ LED
@multitable @columnfractions 0.15 0.85
@headitem Field @tab Description
@item @code{fsm_cmd} @tab 1: ACQ_START (start acquisition, only when FSM is idle)@*2: ACQ_STOP (stop acquisition, anytime)
@item @code{test_data_en} @tab Write the address counter value instead of ADC data to DDR
@item @code{test_data_en} @tab Write the DDR RAM address counter value instead of ADC data to DDR.@*Note that no timetags are appended at the end of test data.
@item @code{trig_led} @tab Manual control of the front panel TRIG LED
@item @code{acq_led} @tab Manual control of the front panel ACQ LED
@end multitable
......
......@@ -3875,7 +3875,7 @@ MAN_BITSLIP
<li><b>
TEST_DATA_EN
</b>[<i>read/write</i>]: Enable test data
<br>Write the address counter value instead of ADC data to DDR
<br>Write the DDR RAM address counter value instead of ADC data to DDR.<br>Note that no timetags are appended at the end of test data.
<li><b>
TRIG_LED
</b>[<i>read/write</i>]: Manual TRIG LED
......
......@@ -44,7 +44,7 @@ peripheral {
field {
name = "Enable test data";
description = "Write the address counter value instead of ADC data to DDR";
description = "Write the DDR RAM address counter value instead of ADC data to DDR.\nNote that no timetags are appended at the end of test data.";
prefix = "test_data_en";
type = BIT;
access_bus = READ_WRITE;
......
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