From: Manuel Penschuck Date: Sun, 16 Nov 2014 14:35:42 +0000 (+0100) Subject: ITC on Input MUX X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=c67944a7350e12b3174ef3ced3085f5a751f521a;p=daqtools.git ITC on Input MUX --- diff --git a/web/CtsPlugins/CtsMod15.pm b/web/CtsPlugins/CtsMod15.pm index c54412c..d5c10ab 100755 --- a/web/CtsPlugins/CtsMod15.pm +++ b/web/CtsPlugins/CtsMod15.pm @@ -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";