]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
adc.pl: Enable word checker (new firmware)
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 6 Dec 2014 02:05:11 +0000 (03:05 +0100)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 6 Dec 2014 02:05:11 +0000 (03:05 +0100)
tools/adc.pl

index bb04a18c57cd35bb6ea4d38d9456b0bef41d53cd..798cd2412e86428efb8fa9d4a2dbe5464d3d4b1d 100755 (executable)
@@ -345,10 +345,10 @@ sub adc_testall {
 
   # checkerboard, sends 0x2aa and 0x155 as ADC words
   adc_testio(0b0100);
-  trb_register_write($board, 0xa019, 0x015502aa);
+  trb_register_write($board, 0xa019, 0x815502aa);
   # midscale short
   #adc_testio(0b0001);
-  #trb_register_write($board, 0xa019, 0x02000200);
+  #trb_register_write($board, 0xa019, 0x82000200);
 
   my @good_ranges;
   for my $phase (@phases) {