diff --git a/fpgalib/adc.py b/fpgalib/adc.py index d97812bb..4d40b8fc 100644 --- a/fpgalib/adc.py +++ b/fpgalib/adc.py @@ -227,13 +227,10 @@ def runCalibrate(self): @inlineCallbacks def func(): # build register packet - filterFunc=np.zeros(self.FILTER_LEN, dtype='> 1) & 0b1111, 'executionCounter': int(a[2]) + int(a[3] << 8), 'nPackets': a[4], 'badPackets': a[5] diff --git a/ghz_fpga_server.py b/ghz_fpga_server.py index c6dd9a94..16174da8 100644 --- a/ghz_fpga_server.py +++ b/ghz_fpga_server.py @@ -177,7 +177,7 @@ ### BEGIN NODE INFO [info] name = GHz FPGAs -version = 5.2.0 +version = 5.2.1 description = Talks to DAC and ADC boards [startup]