mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-15 21:01:26 +00:00
Main changes: - x4xx_mb_cpld.MboardCPLD is renamed to X4xxMboardCPLD and is now a base class. Specific implementations of the MB CPLD require derived classes and have to provide their corresponding signature. - In x4xx.py, we don't init the MB CPLD and then assert we have a specific signature. Instead, we init the MB CPLD, and choose a derived class based on the signature. If there is no such class, then the same error is generated as before (by itself, this means there is no behavioural change). - The MB CPLD image for the X410 (ZBX daughterboards) is moved to a derived class X410MboardCPLD. - New: The ZBX daughterboard driver verifies that the MB CPLD image is in fact compatible with the daughterboard. For this, the MB CPLD control classes require a COMPATIBLE_DB_PIDS attribute. By itself, this change has no behavioural- or API changes. However, it allows easily slotting in new CPLD images with different signatures. Without further modifications, it does not allow *any* CPLD image though: The PS API (e.g., enable/disable daughterboards, CMI status, etc.) remain the same. |
||
|---|---|---|
| .. | ||
| __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_clk_mgr.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 | ||