]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
second idea for trbnet xml
authorJan Michel <j.michel@gsi.de>
Wed, 26 Jun 2013 17:05:14 +0000 (19:05 +0200)
committerJan Michel <j.michel@gsi.de>
Wed, 26 Jun 2013 17:05:14 +0000 (19:05 +0200)
xml_spielwiese/jtag_registers_SPEC.xml [new file with mode: 0644]

diff --git a/xml_spielwiese/jtag_registers_SPEC.xml b/xml_spielwiese/jtag_registers_SPEC.xml
new file mode 100644 (file)
index 0000000..71d0eab
--- /dev/null
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<TrbNet 
+  type="JtagController"
+  offset="1000"
+  >
+<group 
+  name
+  addr
+  width
+  continuous="yes"
+  >  
+<register
+  name="TriggerAllchainsInitSeq"
+  address="0003"
+  mode="w"
+  type =""
+  >
+  <description>
+Start initialization sequence for all connected sensor chains    
+  </description>
+<field
+  type="configuration"
+  name="NU"
+  start="16"
+  size="4"
+  defaultValue="0" >
+  <description>Reserved, Not Used </description>
+</field>
+</register>
+</group>
+</TrbNet>
\ No newline at end of file