From 130912f1fcf4687a76005c90aece467c09411cf0 Mon Sep 17 00:00:00 2001 From: Cahit Date: Wed, 24 Jun 2015 09:29:52 +0200 Subject: [PATCH] updated tdc register values --- xml-db/database/TDC.xml | 86 ++++++++++++++++++++++++++++------------- 1 file changed, 60 insertions(+), 26 deletions(-) diff --git a/xml-db/database/TDC.xml b/xml-db/database/TDC.xml index 3716923..404b42d 100644 --- a/xml-db/database/TDC.xml +++ b/xml-db/database/TDC.xml @@ -35,20 +35,24 @@ Debug word of the TDC readout FSM IDLE WAIT_FOR_TRG_WIND_END - RD_CH - WAIT_FOR_LVL1_TRG_A - WAIT_FOR_LVL1_TRG_B - WAIT_FOR_LVL1_TRG_C - SEND_STATUS - SEND_TRG_RELEASE_A - SEND_TRG_RELEASE_B - OTHERS + WAIT_FOR_BUFFER_TRANSFER + RD_CH + UNUSED + WAIT_FOR_LVL1_TRG_A + WAIT_FOR_LVL1_TRG_B + WAIT_FOR_LVL1_TRG_C + SEND_STATUS + SEND_TRG_RELEASE_A + SEND_TRG_RELEASE_B + SEND_TRG_RELEASE_C + OTHERS Debug word of the TDC writeout FSM IDLE WR_CH - OTHERS + WAIT + OTHERS Number of implemented channels @@ -66,11 +70,29 @@ - - - - - + + Various state machine states. + + Debug word of the Trigger Handler FSM + IDLE + UNUSED + COUNT + COUNT_CALIBRATION + VALIDATE_TRIGGER + WIN_END + MISSING_REFERENCE_TIME + WAIT_NEXT_TRIGGER + OTHERS + + + + + Value of the last valid timing trigger time + + Arrival time of the valid timing trigger at the reference channel with + granularity of 5 ns + + Status of the TriggerWindow feature @@ -180,7 +202,7 @@ + address="0800" purpose="config" mode="rw" continuous="true" size="7"> Basic control for all channels @@ -191,15 +213,20 @@ Enables the Debug Mode. Different statistics and debug words are sent after every trigger + + Enables the Light Mode. No header and reference channel information + is sent if there are no recorded hits. Works only in the free streaming mode + (trigger window off) + Resets the internal counters - - Select the trigger mode: With trigger mode or - trigger-less mode - TRIGGERED - TRIGGERLESS - + + + + + + Used to reset the coarse counters. Setting this bit signals for the coarse counter reset but the action will take place with the arrival of the next valid trigger in order to synchronise the coarse counters in a large system. @@ -229,12 +256,19 @@ - - Configuration of the data transfer limit feature - - Defines number of data words per channel to be - read-out. Set it to 0x80 for full readout. + + Defines the size of the channel ring buffer size + + Defines the size of the channel ring buffer size. + Maximum value 124. + + + Inverts the polarity of the signals/hits of the specific channel. LSB is + channel 1. + + + -- 2.43.0