]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
ITC on Input MUX
authorManuel Penschuck <manuel.penschuck@stud.uni-frankfurt.de>
Sun, 16 Nov 2014 14:35:42 +0000 (15:35 +0100)
committerManuel Penschuck <manuel.penschuck@stud.uni-frankfurt.de>
Sun, 16 Nov 2014 14:35:42 +0000 (15:35 +0100)
web/CtsPlugins/CtsMod15.pm

index c54412c7d663b396b27a0fcaffceb63ee35c8fa3..d5c10abc48f6bcfcaea7db758603eaf05d780b39 100755 (executable)
@@ -44,7 +44,15 @@ sub init {
          'monitor' => '1',
          'label' => "Input Multiplexer $i"
       });
+   
+      if ($prop->{'trb_compiletime'} => 1416136409) {
+        for(my $k=0; $k<16; $k++) {
+          $regs->{$key}{'_defs'}{'input'}{'enum'}{$k+22} = "itc[$k]";
+        }
+      }
+
    }
+   
 
    for(my $i = 0; $i < $header->{'itc_len'}; $i++) {
       $self->{'_cts'}->getProperties->{'itc_assignments'}[$i + $header->{'itc_base'}] = "AddOn Multiplexer $i";