Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: mg: Move some class attributes to local scopes | Martin Braun | 2017-12-22 | 1 | -1/+3 |
| | | | | | | The clock_synchronizer, jesdcore, and dboard_clk_control objects don't need to exist for the full lifetime of the Magnesium class. Having them around complicates management of UIO file descriptors. | ||||
* | n3xx: add support for 122.88 and 153.6 MHz sample clock rates | Martin Braun | 2017-12-22 | 1 | -3/+42 |
| | | | | | | - re-wrote portions of the LMK driver for flexible rates and configuration - tweaked TDC driver for compatibility and ease of debugging - updated comments and log statements throughout for uniformity | ||||
* | mpm: Fix minor logging issues with LMK04828 code | Martin Braun | 2017-12-22 | 1 | -3/+2 |
| | | | | Log prefixes weren't properly being set. | ||||
* | lmk: change holdover settings to reduce lock time | djepson1 | 2017-12-22 | 1 | -3/+1 |
| | | | | | - Register 0x150 bit [1] to '0' - Change lock detect to poll operation | ||||
* | mpm: Minor logging improvement for LMK04828 classes | Martin Braun | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | mpm: Made code Python3-compatible | Martin Braun | 2017-12-22 | 1 | -0/+1 |
| | |||||
* | mpm/eiscat: Updates to LMK04828 driver | Daniel Jepson | 2017-12-22 | 1 | -3/+25 |
| | |||||
* | mpm: Factored out common LMK04828 code | Martin Braun | 2017-12-22 | 1 | -0/+63 |