diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2015-07-24 13:40:59 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2015-07-24 13:40:59 -0700 |
commit | b87c8b834abc6e0db80d06411b1c0983cd740c1d (patch) | |
tree | f594c834449042d8db1fc568b749cfec4a185a4c /host/lib/usrp/x300 | |
parent | 290b85a9610eb416d21775b222e70b8772497b08 (diff) | |
download | uhd-b87c8b834abc6e0db80d06411b1c0983cd740c1d.tar.gz uhd-b87c8b834abc6e0db80d06411b1c0983cd740c1d.tar.bz2 uhd-b87c8b834abc6e0db80d06411b1c0983cd740c1d.zip |
x300: Updated FPGA->ADC Clock delays for all boards
- Delays changed after ADC config change and FPGA fixes
Diffstat (limited to 'host/lib/usrp/x300')
-rw-r--r-- | host/lib/usrp/x300/x300_clock_ctrl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/x300/x300_clock_ctrl.cpp b/host/lib/usrp/x300/x300_clock_ctrl.cpp index 0812bcc8e..d5687f5cc 100644 --- a/host/lib/usrp/x300/x300_clock_ctrl.cpp +++ b/host/lib/usrp/x300/x300_clock_ctrl.cpp @@ -49,10 +49,10 @@ struct x300_clk_delays { // If the FPGA_CLK is delayed, we also need to delay the reference clocks going to the DAC // because the data interface clock is generated from FPGA_CLK. static const x300_clk_delays X300_REV0_6_CLK_DELAYS = x300_clk_delays( - /*fpga=*/0.000, /*adc=*/1.600, /*dac=*/0.000, /*db_rx=*/0.000, /*db_tx=*/0.000); + /*fpga=*/0.000, /*adc=*/2.200, /*dac=*/0.000, /*db_rx=*/0.000, /*db_tx=*/0.000); static const x300_clk_delays X300_REV7_CLK_DELAYS = x300_clk_delays( - /*fpga=*/0.000, /*adc=*/4.400, /*dac=*/0.000, /*db_rx=*/0.000, /*db_tx=*/0.000); + /*fpga=*/0.000, /*adc=*/0.000, /*dac=*/0.000, /*db_rx=*/0.000, /*db_tx=*/0.000); using namespace uhd; |