diff options
author | Mark Meserve <mark.meserve@ni.com> | 2018-10-24 15:24:21 -0500 |
---|---|---|
committer | Brent Stapleton <bstapleton@g.hmc.edu> | 2018-10-25 10:30:59 -0700 |
commit | d87ae61d0490339bfbd7de5d57e692e9e8961237 (patch) | |
tree | 3e11b3c5f3c0aab3624dadf78ddcbcb2af85b3b9 /host/include | |
parent | ec2977d8cbb233988b93f81deab7af99daec4165 (diff) | |
download | uhd-d87ae61d0490339bfbd7de5d57e692e9e8961237.tar.gz uhd-d87ae61d0490339bfbd7de5d57e692e9e8961237.tar.bz2 uhd-d87ae61d0490339bfbd7de5d57e692e9e8961237.zip |
rh: add support for rhodium devices
Co-authored-by: Humberto Jimenez <humberto.jimenez@ni.com>
Co-authored-by: Alex Williams <alex.williams@ni.com>
Co-authored-by: Derek Kozel <derek.kozel@ni.com>
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/rfnoc/blocks/radio_rhodium.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/host/include/uhd/rfnoc/blocks/radio_rhodium.xml b/host/include/uhd/rfnoc/blocks/radio_rhodium.xml new file mode 100644 index 000000000..a14acea91 --- /dev/null +++ b/host/include/uhd/rfnoc/blocks/radio_rhodium.xml @@ -0,0 +1,42 @@ +<!--This defines the Radio (Rhodium) NoC-Block.--> +<nocblock> + <name>Radio (Rhodium)</name> + <blockname>Radio</blockname> + <key>RhodiumRadio</key> + <!--There can be several of these:--> + <ids> + <id revision="0">12AD100000000320</id> + </ids> + <!-- Registers --> + <registers> + </registers> + <!-- Args --> + <args> + <arg> + <name>spp</name> + <type>int</type> + <value>364</value> + </arg> + <arg> + <name>spur_dodging</name> + <type>string</type> + <value>disabled</value> + </arg> + <arg> + <name>spur_dodging_threshold</name> + <type>double</type> + <value>2e6</value> + </arg> + </args> + <ports> + <sink> + <name>in0</name> + <type>sc16</type> + </sink> + <source> + <name>out0</name> + <type>sc16</type> + </source> + </ports> +</nocblock> + |