]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
Bits in registers need to use minor letters
authorJan Michel <j.michel@gsi.de>
Wed, 27 Nov 2019 19:00:37 +0000 (20:00 +0100)
committerJan Michel <j.michel@gsi.de>
Wed, 27 Nov 2019 19:00:37 +0000 (20:00 +0100)
web/CtsPlugins/CtsMod17.pm

index a9808aedd65bb07caba8f563b9ac27b225c94c77..ae5bf1600a4ce8377ee4c0cfb95afa1e31fcc491 100644 (file)
@@ -32,16 +32,16 @@ sub init {
          'input'  => {'lower' =>  0, 'len' => 7, 'type' => 'enum', 'enum' => 
             {
               0 => 'trig_rj[3]', 1 => 'trig_rj[4]', 
-              2  => 'A[0]', 3   => 'A[1]',
-              4  => 'B[0]', 5  => 'B[1]',
-              6  => 'C[0]', 7  => 'C[1]',
-              8  => 'D[0]', 9  => 'D[1]',
-              10 => 'G[0]', 11 => 'G[1]',
-              12 => 'H[0]', 13 => 'H[1]',
-              14 => 'I[0]', 15 => 'I[1]',
-              16 => 'J[0]', 17 => 'J[1]',
-              18 => 'X[0]', 19 => 'X[1]',
-              20 => 'X[2]', 21 => 'X[3]',
+              2  => 'a[0]', 3   => 'a[1]',
+              4  => 'b[0]', 5  => 'b[1]',
+              6  => 'c[0]', 7  => 'c[1]',
+              8  => 'd[0]', 9  => 'd[1]',
+              10 => 'g[0]', 11 => 'g[1]',
+              12 => 'h[0]', 13 => 'h[1]',
+              14 => 'i[0]', 15 => 'i[1]',
+              16 => 'j[0]', 17 => 'j[1]',
+              18 => 'x[0]', 19 => 'x[1]',
+              20 => 'x[2]', 21 => 'x[3]',
               
               22 => 'int_trg[0]', 23 => 'int_trg[1]'
             }