From 8eeb664b6762451b506a39da3bc21e96779ab300 Mon Sep 17 00:00:00 2001 From: Ashish Chaudhari Date: Thu, 21 Dec 2017 13:22:41 -0800 Subject: n3xx: Removed PHY reset after Aurora BIST - A PHY reset is not needed for SFP Aurora. It is only really useful when the entire quad including the commong clocking block needs to be reset --- mpm/python/usrp_mpm/aurora_control.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mpm') 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, -- cgit v1.2.3