diff options
Diffstat (limited to 'mpm')
-rwxr-xr-x | mpm/python/n3xx_bist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mpm/python/n3xx_bist b/mpm/python/n3xx_bist index 032297090..22f56be84 100755 --- a/mpm/python/n3xx_bist +++ b/mpm/python/n3xx_bist @@ -679,6 +679,8 @@ class N310BIST(object): from usrp_mpm.periph_manager import n310 gpio_tca6424 = n310.TCA6424(self.mb_rev) gpio_tca6424.set("FPGA-GPIO-EN") + mb_regs = n310.MboardRegsControl(n310.n310.mboard_regs_label, self.log) + mb_regs.set_fp_gpio_master(0xFFF) # Allow some time for the front-panel GPIOs to become usable time.sleep(.5) ddr1 = 0x03f |