]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
some guy is not satisfied with 12 read-out handlers in one design. Changing xml-db...
authorJan Michel <j.michel@gsi.de>
Tue, 9 Jun 2015 14:02:32 +0000 (16:02 +0200)
committerJan Michel <j.michel@gsi.de>
Tue, 9 Jun 2015 14:02:43 +0000 (16:02 +0200)
xml-db/database/Readout.xml

index a991d36798f360693aae876549ec79b583035afc..a77a773eeb3b4489fcba2eb0f2a8dc2980fe6d8c 100644 (file)
@@ -7,7 +7,7 @@
   <description>Register of the trigger and read-out handler in full_endpoint (on front-ends only)</description>
 
   <group name="Status" address="0000" mode="r" continuous="false">
-    <register name="DataBufferStatus" address="0100" repeat="12" purpose="status">
+    <register name="DataBufferStatus" address="0100" repeat="16" purpose="status">
       <description>Status of the event data buffers</description>
       <field name="DataFifoLevel" start="0" bits="16" format="unsigned" >
         <description>Fill level of the data Fifo in 32 Bit words</description>
 
     <register name="Lvl1ReleaseStatus" address="0200"  purpose="status">
       <description>Status of the individual data handlers. Bit is set if the handler did not get a release from the data handler. Content is only valid while the handler is not idle.</description>
-      <field name="Lvl1ReleaseStatus" start="0" bits="6" format="bitmask" >
+      <field name="Lvl1ReleaseStatus" start="0" bits="16" format="bitmask" >
       </field>
     </register>