uhd/mpm/python/usrp_mpm/chips
Javier Valenzuela c1d268917e mpm/fpga: x4xx: Major updates in preparation for future devices
FPGA:
- Split up MB registers that control daughterboard specific settings so
  that daughterboards 0 and 1 could have different setings, in
  preparation for future devices that require different settings.
  This requires a compat number bump to 8.0.
- Add registers for additional RFDC information, including the
  block/tile mapping of the individual channels, and information about
  resampling capabilities
- Identify sections of code that would be specific to X410/ZBX and move
  them to their own headers, so it's trivial to add device-specific
  sections of code instead for other devices in the future.
  - This includes constraints for clocks and I/O pins.
- Remove ability to do timed ctrlport transactions to the MB CPLD, this
  was unused and possibly broken.
- Move daughterboard-specific code into its own code location
  (dboards/zbx)
- Move X410-specific register documentation to its own location
  (doc/X410)
- Refactor Makefiles to split out X410/ZBX specific components and allow
  switching between device types
- Add 512-bit AXI interconnects
- Make number of timekeepers configurable (X410 keeps the single
  timekeeper)

MPM:
- Required compat is bumped to 8.0
- Now supports new registers for detecting DSP capabilities and
  multi-rate settings for the daughterboards
- Adds MMCM controls (currently unused)

Co-authored-by: Wade Fife <wade.fife@ni.com>
Co-authored-by: Ryan Marlow <ryan@lmarlow.com>
Co-authored-by: Martin Braun <martin.braun@ettus.com>
Co-authored-by: Humberto Jimenez <humberto.jimenez@ni.com>
2023-05-23 09:06:17 +02:00
..
ic_reg_maps mpm/fpga: x4xx: Major updates in preparation for future devices 2023-05-23 09:06:17 +02:00
__init__.py mpm: Add chip driver for LMK05318 PLL 2021-06-03 10:21:00 -05:00
adf400x.py adf400x: Fix adf400x driver for ref counter and charge pump mode 2018-08-02 16:07:15 -07:00
CMakeLists.txt uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
ds125df410.py mpm: Add basic driver for QSFP board's retimer 2018-11-07 18:26:13 -08:00
lmk03328.py mpm: Add an LMK03328 base chip driver 2021-02-22 10:15:13 -06:00
lmk04828.py mpm: Fix some Pylint warnings 2018-03-06 15:45:15 -08:00
lmk04832.py mpm: Refactor LMK04832X4xx and LMK03328X4xx 2023-04-27 22:38:59 -05:00
lmk05318.py mpm: Add chip driver for LMK05318 PLL 2021-06-03 10:21:00 -05:00
lmx2572.py uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
max10_cpld_flash_ctrl.py fixup! uhd: add support for max10 variants 2022-03-28 12:47:17 -07:00