]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
fix register subset in trigger generation xml
authorJan Michel <j.michel@gsi.de>
Tue, 28 Feb 2017 12:47:48 +0000 (13:47 +0100)
committerJan Michel <j.michel@gsi.de>
Tue, 28 Feb 2017 12:47:48 +0000 (13:47 +0100)
xml-db/database/InputMonitorTrb3sc.xml

index 391fef54a384773bdf7af2e65bf92cc5ddf215d0..23e22f0917b03303f6b87677afc33ee9a5511e8f 100644 (file)
     <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" />
-      <field  name="Input2" start="8"   bits="5" format="unsigned" />
+      <field  name="Input1" start="0"   bits="5" format="unsigned" noflag="true" />
+      <field  name="Input2" start="8"   bits="5" format="unsigned" noflag="true" />
     </register>       
     
     <register name="OutputSelect" address="0034" mode="r" >
       <field  name="MultOutput" start="8" bits="8" format="bitmask" noflag="true" mode="rw">
          <description>Outputs to add the multiplicity signal to</description>
       </field>
-      <field  name="SimpleCoinOutput" start="8" bits="8" format="bitmask" noflag="true" mode="rw">
+      <field  name="SimpleCoinOutput" start="0" bits="8" format="bitmask" noflag="true" mode="rw">
          <description>Outputs to add the simple coincidence signal to</description>
       </field>
     </register>