diff options
author | Sugandha Gupta <sugandha.gupta@ettus.com> | 2019-01-25 11:34:47 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-05-01 15:17:23 -0700 |
commit | 178b35569b1a25180a80a23b945b10b04c9f10f5 (patch) | |
tree | 3adb6f78ebd148867a50526c60fe7bf9694a4a72 /host/include | |
parent | 8a400f6a30942c9d6d3596f6989720eb4cff058b (diff) | |
download | uhd-178b35569b1a25180a80a23b945b10b04c9f10f5.tar.gz uhd-178b35569b1a25180a80a23b945b10b04c9f10f5.tar.bz2 uhd-178b35569b1a25180a80a23b945b10b04c9f10f5.zip |
e310/e320: Move E310 to MPM architecture and refactor
- Turns the E310 into an MPM device (like N3xx, E320)
- Factor out common code between E320 and E310, maximize sharing between
the two devices
- Remove all pre-MPM E310 code that is no longer needed
- Modify MPM to remove all existing overlays before applying new ones
(this is necessary to enable idle image mode for E310)
Co-authored-by: Virendra Kakade <virendra.kakade@ni.com>
Signed-off-by: Virendra Kakade <virendra.kakade@ni.com>
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/rfnoc/blocks/radio_e31x.xml (renamed from host/include/uhd/rfnoc/blocks/radio_e3xx.xml) | 6 | ||||
-rw-r--r-- | host/include/uhd/rfnoc/blocks/radio_e320.xml (renamed from host/include/uhd/rfnoc/blocks/radio_neon.xml) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/host/include/uhd/rfnoc/blocks/radio_e3xx.xml b/host/include/uhd/rfnoc/blocks/radio_e31x.xml index aece593a5..0635e397c 100644 --- a/host/include/uhd/rfnoc/blocks/radio_e3xx.xml +++ b/host/include/uhd/rfnoc/blocks/radio_e31x.xml @@ -1,11 +1,11 @@ <!--This defines one NoC-Block.--> <nocblock> - <name>Radio (E3XX)</name> + <name>Radio (E31X)</name> <blockname>Radio</blockname> - <key>E3XXRadio</key> + <key>E31XRadio</key> <!--There can be several of these:--> <ids> - <id revision="0">12AD100000000000</id> + <id revision="0">12AD100000003310</id> </ids> <!-- Registers --> <registers> diff --git a/host/include/uhd/rfnoc/blocks/radio_neon.xml b/host/include/uhd/rfnoc/blocks/radio_e320.xml index 01f286324..01f286324 100644 --- a/host/include/uhd/rfnoc/blocks/radio_neon.xml +++ b/host/include/uhd/rfnoc/blocks/radio_e320.xml |