From 1643c5dd635c94ef61267a9a6dc2a27bfa7c4151 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Wed, 13 Aug 2014 16:21:08 +0200 Subject: [PATCH] adc.pl: Read more testpattern words...just to be sure --- tools/adc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/adc.pl b/tools/adc.pl index 6a261d7..0a6f1a8 100755 --- a/tools/adc.pl +++ b/tools/adc.pl @@ -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); } -- 2.43.0