]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
adc.pl: Read more testpattern words...just to be sure
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Wed, 13 Aug 2014 14:21:08 +0000 (16:21 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Wed, 13 Aug 2014 14:21:08 +0000 (16:21 +0200)
tools/adc.pl

index 6a261d7245ec39e592d8d23b48e7fe315c1f1015..0a6f1a897e29d6086244cba2a39eaf40b4c6efe2 100755 (executable)
@@ -264,7 +264,7 @@ sub read_channels {
   usleep(100000);
   trb_register_write($board,$ctrlreg,2);
   for (my $ch=0;$ch<48;$ch++) {
-    my $r = trb_register_read_mem($board,0xa000+$ch,1,2);
+    my $r = trb_register_read_mem($board,0xa000+$ch,1,300);
     push(@result, $r->{$board});
     #print Dumper($r);
   }