uhd/mpm/python
Martin Braun 3246aec020 mpm: x4xx: Check for tear_down()'s existence
On tear_down() (this is most commonly seen by users when updating the
FPGA image), we add a check to verify that subcomponents of the X4xx are
actually initialized, to avoid displaying a non-fatal error message that
looks like this:

[ERROR] [MPM.RPCServer] Error in update_component while resetting:
    'NoneType' object has no attribute 'tear_down'

The most common/easy way to trigger this error is by loading MPM with
a bitfile that has an invalid compat number (which would stop MPM from
initializing the RFDC controls) and then running `uhd_image_loader`
(which would force a tear_down()). In that circumstance, MPM would try
to call tear_down() on an uninitialized object.
2023-05-17 13:14:35 -05:00
..
pyusrp_periphs n310: Add frontend bandwidth control 2022-04-07 13:28:02 -07:00
tests mpm: Fix test utilities 2023-02-08 16:59:34 -06:00
usrp_mpm mpm: x4xx: Check for tear_down()'s existence 2023-05-17 13:14:35 -05:00
aurora_bist_test.py
CMakeLists.txt debian: Update control and package building 2022-04-06 14:30:49 -07:00
copy_python_module.cmake cmake: Update coding style to use lowercase commands 2018-11-14 14:10:09 -08:00
e320_bist mpm: Fix units for DRAM BIST 2022-02-03 14:21:31 -06:00
n3xx_bist mpm: n3xx: Recommend reboot USRP after BIST 2022-03-23 16:14:22 -05:00
setup.py.in cmake: Add RegMaps build component to MPM 2021-03-01 15:57:01 -06:00
socket_test.py
test_lmk.py
usrp_hwd.py mpm: Fix rpc process shared state and port argument positions 2022-10-20 10:12:21 -05:00
usrp_update_fs mpm: Update usrp_update_fs to support X410 2021-07-08 00:05:43 -07:00
x4xx_bist x4xx: Update BIST to match clocking refactoring 2023-05-12 15:43:29 -05:00