]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
update xml-db for Trigger Generation
authorJan Michel <j.michel@gsi.de>
Mon, 30 Apr 2018 11:46:23 +0000 (13:46 +0200)
committerJan Michel <j.michel@gsi.de>
Mon, 30 Apr 2018 11:46:43 +0000 (13:46 +0200)
xml-db/database/InputMonitorTrb3sc.xml

index 23e22f0917b03303f6b87677afc33ee9a5511e8f..128bea7c3de5f9db6fd21a591261a10b5dc4642b 100644 (file)
@@ -90,7 +90,7 @@
 
   <group name="Trigger" purpose="config" address="0000" size="256" mode="rw" continuous="false">
     <description>Registers of the trigger generation logic</description>  
-    <group name="TriggerGeneration" purpose="config" address="0000" size="4" repeat="8" continuous="false">
+    <group name="TriggerGeneration" purpose="config" address="0000" size="3" continuous="true">
       <register name="TriggerEnable1" address="0000"  mode="rw" >
         <description>Enables individual inputs 0 - 31 for trigger generation. If enabled, the input adds to the common or</description>
         <field  name="TriggerEnable" start="0" bits="32" format="bitmask" noflag="true" />
     <register name="Coincidence" address="0040" mode="rw" repeat="16">
       <description>Coincidence Logic</description>
       <field  name="Enable" start="31"   bits="1" format="bitmask" />
-      <field  name="Input1" start="0"   bits="5" format="unsigned" noflag="true" />
-      <field  name="Input2" start="8"   bits="5" format="unsigned" noflag="true" />
+      <field  name="Input1" start="0"   bits="6" format="unsigned" noflag="true" />
+      <field  name="Input2" start="8"   bits="6" format="unsigned" noflag="true" />
     </register>       
     
     <register name="OutputSelect" address="0034" mode="r" >