aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/chips/adf400x.py
Commit message (Collapse)AuthorAgeFilesLines
* adf400x: Fix adf400x driver for ref counter and charge pump modeSugandha Gupta2018-08-021-11/+19
| | | | | | | - For different ref clock frequencies, the ref_counter should change and not the n_counter. - The charge pump should be set to normal mode and tristate as that would prevent the PLL to lock.
* mpm: adding adf400x support to chipsBrent Stapleton2018-06-271-0/+213
Adding ADF400X driver to MPM. This uses the Boost.Python bound spidev, and is largely a translation from the C++ driver in UHD.