diff options
Diffstat (limited to 'mpm/python/usrp_mpm')
-rw-r--r-- | mpm/python/usrp_mpm/aurora_control.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mpm/python/usrp_mpm/aurora_control.py b/mpm/python/usrp_mpm/aurora_control.py index b78960007..8cea73464 100644 --- a/mpm/python/usrp_mpm/aurora_control.py +++ b/mpm/python/usrp_mpm/aurora_control.py @@ -199,10 +199,9 @@ class AuroraControl(object): return bool(self.read_phy_ctrl_status() & 0x1) def reset_core(self): - " Reset PHY and MAC " + " Reset MAC. PHY reset not necessary" self.clear_control_reg() self.clear_mac() - self.reset_phy() def run_latency_loopback_bist( self, |