uhd/mpm/python/usrp_mpm/simulator/hardware_presets.py
Samuel O'Brien 5df8202c0c sim: Move Hardware Specific to Config File
This commit moves various magic numbers and hardware specific settings
into the configuration file. It also provides default presets for said
configuration files which can be inherited from.

Signed-off-by: Samuel O'Brien <sam.obrien@ni.com>
2020-10-28 15:25:48 -05:00

10 lines
241 B
Python

presets = {}
presets['E320'] = {
'product': "e320",
'uhd_device_type': "e3xx",
'description': "E320-Series Device - SIMULATED",
'pid': 0xE320,
'dboard_class': "SimulatedCatalinaDboard",
'rfnoc_device_type': 0xE320
}