]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
add register to enable edge detect for stretcher in trigger logic
authorJan Michel <j.michel@gsi.de>
Wed, 19 May 2021 14:41:24 +0000 (16:41 +0200)
committerJan Michel <j.michel@gsi.de>
Wed, 19 May 2021 14:41:24 +0000 (16:41 +0200)
xml-db/database/InputMonitorTrb3sc.xml

index ef2d587607c78564b9d1d0cd4bc261082e94722a..c315cdb9fce35d6b3b0975a0f1f9c1a345f04700 100644 (file)
@@ -189,10 +189,13 @@ output #slice</description>
     <register name="TriggerStretchSet" address="0036" mode="rw" >
       <description>If available, adds this amount of length to each input signal. Used for coincidence and multiplicity</description>
       <field  name="TriggerStretchSet" start="0"   bits="6" format="unsigned" unit="ns" scale="10" noflag="true"/>
+      <field  name="StretchEdge" start="8"   bits="1" format="bitmask">
+        <description>Use Edge Detect before stretching the signal</description>
+      </field>
     </register>     
     <register name="Coincidence" address="0040" mode="rw" repeat="16">
       <description>Coincidence Logic</description>
-      <field  name="Enable" start="31"   bits="1" format="bitmask" />
+      <field  name="CoinEnable" start="31"   bits="1" format="bitmask" />
       <field  name="Input1" start="0"   bits="6" format="unsigned" noflag="true" />
       <field  name="Input2" start="8"   bits="6" format="unsigned" noflag="true" />
     </register>