mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
11 lines
241 B
Python
11 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
|
||
|
|
}
|