mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
This change adds a lookup table for the default master clock rate based on the DSP bandwidth of the FPGA image for X440. Since the default master clock rate currently is 368.64 MHz and we don't want to change this for backwards compatibility, we need to have a way to handle lower bandwidth FPGA images. This is what the LUT provides. |
||
|---|---|---|
| .. | ||
| __init__.py.in | ||
| base.py | ||
| CMakeLists.txt | ||
| common.py | ||
| e31x.py | ||
| e31x_periphs.py | ||
| e320.py | ||
| e320_periphs.py | ||
| n3xx.py | ||
| n3xx_periphs.py | ||
| sim.py | ||
| x4xx.py | ||
| x4xx_clk_aux.py | ||
| x4xx_clock_ctrl.py | ||
| x4xx_clock_lookup.py | ||
| x4xx_clock_mgr.py | ||
| x4xx_clock_policy.py | ||
| x4xx_clock_types.py | ||
| x4xx_dio_control.py | ||
| x4xx_gps_mgr.py | ||
| x4xx_mb_cpld.py | ||
| x4xx_periphs.py | ||
| x4xx_reference_pll.py | ||
| x4xx_rfdc_ctrl.py | ||
| x4xx_rfdc_regs.py | ||
| x4xx_sample_pll.py | ||
| x4xx_update_cpld.py | ||