diff options
author | Daniel Jepson <daniel.jepson@ni.com> | 2017-12-13 13:05:14 -0600 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:05:58 -0800 |
commit | 6e1213149a3a6fc113e1c2e031baf5f90b7d683f (patch) | |
tree | 3e2d69b1f81025f6d5b9eed3c6c5e8035c2ae482 /mpm | |
parent | cb44bccd1ef4c052ca5ba886ebfa76c5f79524cd (diff) | |
download | uhd-6e1213149a3a6fc113e1c2e031baf5f90b7d683f.tar.gz uhd-6e1213149a3a6fc113e1c2e031baf5f90b7d683f.tar.bz2 uhd-6e1213149a3a6fc113e1c2e031baf5f90b7d683f.zip |
mpm: tdc: fixed typos in comments
Reviewed-By: Martin Braun <martin.braun@ettus.com>
Diffstat (limited to 'mpm')
-rw-r--r-- | mpm/python/usrp_mpm/cores/tdc_sync.py | 2 | ||||
-rw-r--r-- | mpm/python/usrp_mpm/dboard_manager/magnesium.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mpm/python/usrp_mpm/cores/tdc_sync.py b/mpm/python/usrp_mpm/cores/tdc_sync.py index 6ce579e16..c37600e80 100644 --- a/mpm/python/usrp_mpm/cores/tdc_sync.py +++ b/mpm/python/usrp_mpm/cores/tdc_sync.py @@ -224,7 +224,7 @@ class ClockSynchronizer(object): current_value*1e9)) - # TEMP CODE for homogenous rate sync only! Heterogenous rate sync requires an + # TEMP CODE for homogeneous rate sync only! Heterogeneous rate sync requires an # identical target value for all devices. target = 1.0/self.ref_clk_freq + (1.0/self.radio_clk_freq)*3.5 # The radio clock traces on the motherboard are 69 ps longer for Daughterboard B diff --git a/mpm/python/usrp_mpm/dboard_manager/magnesium.py b/mpm/python/usrp_mpm/dboard_manager/magnesium.py index 8645ec9f6..df34c996d 100644 --- a/mpm/python/usrp_mpm/dboard_manager/magnesium.py +++ b/mpm/python/usrp_mpm/dboard_manager/magnesium.py @@ -469,7 +469,7 @@ class Magnesium(DboardManagerBase): def _get_clock_synchronizer(): " Return a clock synchronizer object " # Future Work: target_value needs to be tweaked to support - # heterogenous rate sync. + # heterogeneous rate sync. target_value = { 122.88e6: 128e-9, 125e6: 128e-9, |