]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
re-added jtag_registers. That's supposed to be a 'real' file
authorJan Michel <j.michel@gsi.de>
Thu, 27 Jun 2013 15:19:04 +0000 (17:19 +0200)
committerJan Michel <j.michel@gsi.de>
Thu, 27 Jun 2013 15:19:04 +0000 (17:19 +0200)
.gitignore
xml-db/database/jtag_registers_SPEC.xml [new file with mode: 0644]

index 3569722c475564a2dc4e9d5259249c95c8237eb9..e638d20516bbf75ddd9546c814084fdb384f7e27 100644 (file)
@@ -3,3 +3,4 @@ web/htdocs/monitor
 *~
 *log
 .kateproject.d
+*swp
diff --git a/xml-db/database/jtag_registers_SPEC.xml b/xml-db/database/jtag_registers_SPEC.xml
new file mode 100644 (file)
index 0000000..dc77ba7
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0"  encoding="utf-8" ?>
+<TrbNet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xsi:noNamespaceSchemaLocation="TrbNet.xsd"
+  name="JtagController"
+  offset="1000"
+  >
+<group name="JtagCommonControl"
+       address="0000"  size="21"  function="config"  continuous="true">
+
+  <register name="WaitBeforeStart"
+            address="0007" mode="rw" function ="config" >
+    <description>Wait time between write sequence and start signal.</description>
+    <field name="WaitBeforeStart"
+           start="0"   size="20"  type="config"    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