aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/components.py
Commit message (Collapse)AuthorAgeFilesLines
* mpm: n3xx: Factor out component updatingBrent Stapleton2018-07-111-0/+99
- Refactoring component (FPGA, DTS) updating functions out of n3xx.py into their own components.py. The ZynqComponent class now defines the methods to update these two components. - Adding super().__init__() to the PeriphManagerBase class. This is needed to get the multiple inheritance used in N3XX now to work, and (apparently) good Python practice.