]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
added more JTAG registers
authorJan Michel <j.michel@gsi.de>
Fri, 28 Jun 2013 12:27:13 +0000 (14:27 +0200)
committerJan Michel <j.michel@gsi.de>
Fri, 28 Jun 2013 12:27:13 +0000 (14:27 +0200)
xml-db/database/TrbNet.xsd
xml-db/database/jtag_registers_SPEC.xml

index c4c93f729e92d787b85ab7fcf4301c1f5d74dc6b..6c95a82c3d9676e76826a45e0e24e44266d6f408 100644 (file)
@@ -96,7 +96,7 @@
       <xs:element   ref="fifo"        maxOccurs="unbounded" />
     </xs:choice>
     <xs:attribute ref="name" />
-    <xs:attribute ref="offset" />
+    <xs:attribute ref="address" />
   </xs:complexType>
 </xs:element>
 
index 7805ffea3b584c7e01e9273f0c44cb11c82d5dfb..c32b8f50a9535dc06524c68dadf7f8fbf81e1a71 100644 (file)
@@ -2,7 +2,7 @@
 <TrbNet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="TrbNet.xsd"
         name="JtagController"
-        offset="0000"
+        address="a000"
         >
   <!--===========================================-->
   <!-- Common JTAG control registers             -->
   <!--===========================================-->
   <group name="JtagStatus"
          address="1800"  size="40"  function="status"  mode="r"  continuous="true">
-    <group name="JtagChainStatus"
-           address="1800"  size="8"  repeat="5"  function="status"  mode="r"  continuous="true">
+    <group name="JtagStatusChain"
+           address="0000"  size="8"  repeat="5"  function="status"  mode="r"  continuous="true">
       <register  name="JtagErrorCount1"
                 address="0002" function="status" mode="r" >
         <field name="ErrorsReadId"