aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/simulator/hardware_presets.py
diff options
context:
space:
mode:
Diffstat (limited to 'mpm/python/usrp_mpm/simulator/hardware_presets.py')
-rw-r--r--mpm/python/usrp_mpm/simulator/hardware_presets.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/mpm/python/usrp_mpm/simulator/hardware_presets.py b/mpm/python/usrp_mpm/simulator/hardware_presets.py
new file mode 100644
index 000000000..b6747bb88
--- /dev/null
+++ b/mpm/python/usrp_mpm/simulator/hardware_presets.py
@@ -0,0 +1,10 @@
+presets = {}
+
+presets['E320'] = {
+ 'product': "e320",
+ 'uhd_device_type': "e3xx",
+ 'description': "E320-Series Device - SIMULATED",
+ 'pid': 0xE320,
+ 'dboard_class': "SimulatedCatalinaDboard",
+ 'rfnoc_device_type': 0xE320
+}