]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
new clocked TDC registers
authorJan Michel <michel@physik.uni-frankfurt.de>
Fri, 2 Dec 2022 12:06:47 +0000 (13:06 +0100)
committerJan Michel <michel@physik.uni-frankfurt.de>
Fri, 2 Dec 2022 12:06:58 +0000 (13:06 +0100)
xml-db/database/MDCUpgrade.xml

index f85a0b0ba3df7a39df09667734e347bfeb65fb5e..7e0070f79c5fe2937ae7ae1803535bfee44ff6d8 100644 (file)
     </register>
 
     <register name="TdcConfig" address="0001" >
-      <description>TDC COnfiguration</description>
+      <description>TDC Configuration</description>
       <field name="ExternalCalib" start="0" bits="1" format="boolean" noflag="true" mode="rw">
         <description>Use Pasttrec test as calibration signal</description>
       </field>
       <field name="SpikeRejection" start="8" bits="4" format="unsigned" scale="6.4" unit="ns" noflag="true" mode="rw">
         <description>Length of the spike rejection.</description>
       </field>
-      <field name="TriggerWindow" start="16" bits="9" format="unsigned" scale="6.4" unit="ns" noflag="true" mode="rw">
-        <description>Length of the trigger window. Values 1..10 are not allowed. 0 equals 3276.8 ns.</description>
+      <field name="TriggerWindowLength" start="12" bits="9" format="unsigned" scale="6.4" unit="ns" noflag="true" mode="rw">
+        <description>Total length of the trigger window in units of 6.4 ns. Values 1..10 are not allowed. 0 equals 3276.8 ns.</description>
+      </field>
+      <field name="TriggerWindowAfter" start="24" bits="8" format="unsigned" scale="10" unit="ns" noflag="true" mode="rw">
+        <description>Length of the trigger window after reference time signal in units of 10 ns.</description>
+      </field>
+    </register>
+    
+    <register name="TdcConfig2" address="0002" >
+      <description>TDC Configuration 2</description>
+      <field name="MaxToT" start="0" bits="8" format="unsigned" scale="6.4" unit="ns" noflag="true" mode="rw">
+        <description>Maximum ToT in units of 6.4 ns.</description>
       </field>
     </register>