]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
entered first real register
authorJan Michel <j.michel@gsi.de>
Thu, 27 Jun 2013 13:32:06 +0000 (15:32 +0200)
committerJan Michel <j.michel@gsi.de>
Thu, 27 Jun 2013 13:32:06 +0000 (15:32 +0200)
xml-db/database/TrbNetspec.xsd
xml-db/database/jtag_registers_SPEC.xml

index 363b5e00573008df590d96ed5fedfe50a04db4d0..d96b5ba61577b2521938c5d99c31536a05587fff 100644 (file)
 
 <xs:simpleType name="formattype">
  <xs:restriction base="xs:string">
-      <xs:enumeration value="signed"/>
-      <xs:enumeration value="unsigned"/>
-      <xs:enumeration value="hex"/>
-      <xs:enumeration value="bitmask"/>
-      <xs:enumeration value="time"/>
-      <xs:enumeration value="string"/>
-    </xs:restriction>
+    <xs:enumeration value="signed"/>
+    <xs:enumeration value="unsigned"/>
+    <xs:enumeration value="hex"/>
+    <xs:enumeration value="bitmask"/>
+    <xs:enumeration value="time"/>
+    <xs:enumeration value="string"/>
+  </xs:restriction>
 </xs:simpleType> 
 
 
index 64f46d3f098683002c0f035128b42a3f58805637..7e55c931bed4c66e119fa5ad4199d506bbe749c9 100644 (file)
@@ -1,27 +1,33 @@
-<?xml version="1.0"?>
+<?xml version="1.0"  encoding="utf-8" ?>
 <TrbNet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-xsi:noNamespaceSchemaLocation="spec.xsd"
+xsi:noNamespaceSchemaLocation="TrbNetspec.xsd"
   name="JtagController"
   offset="1000"
   >
-
-<register
-  name="TriggerAllchainsInitSeq"
-  address="0003"
-  mode="w"
-  function ="config"
+<group
+  name="JtagCommonControl"
+  address="0000"
+  size="21"
+  function="config"
+  continuous="true"
   >
-  <description>
-Start initialization sequence for all connected sensor chains    
-  </description>
-<field
-  type="config"
-  name="NU"
-  start="16"
-  size="4"
-  defaultValue="0" >
-  <description>Reserved, Not Used </description>
-</field>
-</register>
+
+  <register
+    name="WaitBeforeStart"
+    address="0007"
+    mode="rw"
+    function ="config"
+    >
+    <description>Wait time between write sequence and start signal.</description>
+    <field
+      type="config"
+      name="WaitBeforeStart"
+      start="0"
+      size="20"
+      defaultValue="0" >
+      <description>The number of MAPS clock cycles to wait after last write before sending the start signal. </description>
+    </field>
+  </register>
+</group>
 
 </TrbNet>
\ No newline at end of file