aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/cores
Commit message (Expand)AuthorAgeFilesLines
* jesd: add rx and tx SYSREF delay control in MPMDaniel Jepson2018-04-101-1/+6
* n3xx: add White Rabbit supportDaniel Jepson2018-03-304-90/+172
* tdc: support for White RabbitDaniel Jepson2018-03-071-29/+39
* tdc: support for tdc 2.0djepson12018-03-071-186/+313
* mpm: Fix some Pylint warningsMartin Braun2018-03-062-34/+33
* mpm: Demote some log messagesMartin Braun2018-03-061-2/+2
* mpm: Update all license headersMartin Braun2018-02-193-6/+6
* mpm: tdc: add signature/revision checks and master reset routinedjepson12018-01-121-1/+61
* jesd: mg bug fix: default state of the RX link is scrambleddjepson12018-01-051-1/+1
* jesd: add in detailed error reporting for JESD204b linksdjepson12018-01-041-30/+83
* mpm: tdc: fixed typos in commentsDaniel Jepson2017-12-221-1/+1
* mpm: tdc: compensate for the trace delay differences between daughterboardsDaniel Jepson2017-12-221-1/+8
* mpm: Harmonize all license headerMartin Braun2017-12-224-51/+8
* mpm: Harmonize imports, tidy + sort modulesMartin Braun2017-12-223-1/+327
* tdc: fix bug in pps capture reportingDaniel Jepson2017-12-221-7/+18
* n3xx: add support for 122.88 and 153.6 MHz sample clock ratesMartin Braun2017-12-221-14/+26
* sync: add PDAC BIST testdjepson12017-12-221-0/+80
* mpm: tdc_sync: Fix number of samples, formatting issuesMartin Braun2017-12-221-7/+9
* mpm: Replace MMCM lock and TDC PPS sleeps with poll_with_timeoutMartin Braun2017-12-221-8/+11
* mpm: tdc_sync: Remove sleeps in offset pollingMartin Braun2017-12-221-7/+7
* Sync: Improved range checking for offset measurements.djepson12017-12-221-2/+2
* mg: Preliminary clock sync supportdjepson12017-12-221-6/+13
* mpm: Update TDC sync code to make it generic for N dboardsDaniel Jepson2017-12-221-12/+62
* mpmd/cores: Removed PPS disable logic from TDC routine and added commentsdjepson12017-12-221-10/+15
* mpmd/cores: Adding TDC range check and removing clock enable/disable logicdjepson12017-12-221-2/+10
* mpm/tdc: Re-enable PPS after synchronization procedure is completeMartin Braun2017-12-221-0/+1
* mpm: Made code Python3-compatibleMartin Braun2017-12-221-0/+2
* mpm: Remove numpy dependencyMartin Braun2017-12-221-1/+4
* mpm: Replaced xrange with range for better Python future-proofingMartin Braun2017-12-221-3/+3
* mpm: Added TDC clock sync driverMartin Braun2017-12-223-0/+345