From 36ad25d1cfdad5639c417548d82ab4e35ccda78a Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Sat, 6 Dec 2014 03:05:11 +0100 Subject: [PATCH] adc.pl: Enable word checker (new firmware) --- tools/adc.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/adc.pl b/tools/adc.pl index bb04a18..798cd24 100755 --- a/tools/adc.pl +++ b/tools/adc.pl @@ -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) { -- 2.43.0