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. |
||
|---|---|---|
| .. | ||
| pyusrp_periphs | ||
| tests | ||
| usrp_mpm | ||
| aurora_bist_test.py | ||
| CMakeLists.txt | ||
| copy_python_module.cmake | ||
| e320_bist | ||
| n3xx_bist | ||
| setup.py.in | ||
| socket_test.py | ||
| test_lmk.py | ||
| usrp_hwd.py | ||
| usrp_update_fs | ||
| x4xx_bist | ||