From 1cf5c1600f03f398986219ec0a7169eb7e177e9f Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 23 Oct 2017 13:23:05 -0700 Subject: n3xx_bist: Fix spurious reference to self.REV --- mpm/python/n3xx_bist | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mpm/python/n3xx_bist b/mpm/python/n3xx_bist index 516ee94fc..363b3004c 100755 --- a/mpm/python/n3xx_bist +++ b/mpm/python/n3xx_bist @@ -239,7 +239,6 @@ class N310BIST(object): 'standard': ["ddr3", "gpsdo", "rtc", "temp", "clock_int", "tpm"], 'extended': "*", } - REV = 3 @staticmethod def make_arg_parser(): @@ -688,7 +687,7 @@ class N310BIST(object): 'read_patterns': list(patterns), } from usrp_mpm.periph_manager import n310 - gpio_tca6424 = n310.TCA6424(self.REV) + gpio_tca6424 = n310.TCA6424(self.mb_rev) gpio_tca6424.set("FPGA-GPIO-EN") # Allow some time for the front-panel GPIOs to become usable time.sleep(.5) -- cgit v1.2.3