mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-15 21:01:26 +00:00
This adds two changes: - We assert that tile 0 / block 0 is always enabled for both ADC and DAC, even if not required by the daughterboard or RFNoC configuration to ensure it can be used as a reference in MTS. - The converter-enable check also logs more info on the tiles like this: ``` tile/block | ADC | DAC | Notes -----------+-----+-----+------ 0/0 | 1 | 1 | RX Channel 2. TX Channel 0. MTS ref tile. 0/1 | 1 | 1 | RX Channel 1. TX Channel 3. 0/2 | 0 | 1 | TX Channel 1. 0/3 | 0 | 1 | TX Channel 2. 1/0 | 1 | 1 | RX Channel 3. TX Channel 4. 1/1 | 1 | 1 | RX Channel 0. TX Channel 7. 1/2 | 0 | 1 | TX Channel 5. 1/3 | 0 | 1 | TX Channel 6. 2/0 | 1 | 0 | RX Channel 6. 2/1 | 1 | 0 | RX Channel 5. 2/2 | 0 | 0 | 2/3 | 0 | 0 | 3/0 | 1 | 0 | RX Channel 7. 3/1 | 1 | 0 | RX Channel 4. 3/2 | 0 | 0 | 3/3 | 0 | 0 | ``` |
||
|---|---|---|
| .. | ||
| chips | ||
| cores | ||
| dboard_manager | ||
| periph_manager | ||
| simulator | ||
| sys_utils | ||
| xports | ||
| __init__.py.in | ||
| aurora_control.py | ||
| bfrfs.py | ||
| bist.py | ||
| CMakeLists.txt | ||
| compat_num.py | ||
| components.py | ||
| discovery.py | ||
| e31x_legacy_eeprom.py | ||
| eeprom.py | ||
| ethdispatch.py | ||
| fpga_bit_to_bin.py | ||
| gpsd_iface.py | ||
| mpmlog.py | ||
| mpmtypes.py | ||
| mpmutils.py | ||
| prefs.py | ||
| process_manager.py | ||
| rpc_server.py | ||
| test_bfrfs.py | ||
| tlv_eeprom.py | ||
| user_eeprom.py | ||