diff options
author | Trung N Tran <trung.tran@ettus.com> | 2018-06-25 14:06:18 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-06-29 14:20:44 -0700 |
commit | ba5722f6133f9051a999cbba3ba13a4ee56f63c8 (patch) | |
tree | ab0995ce02e0b298882dae2408fc7fbf7808b8be /host/include | |
parent | f5119fb5f0103dfb4bd9871915c44dd855a08b91 (diff) | |
download | uhd-ba5722f6133f9051a999cbba3ba13a4ee56f63c8.tar.gz uhd-ba5722f6133f9051a999cbba3ba13a4ee56f63c8.tar.bz2 uhd-ba5722f6133f9051a999cbba3ba13a4ee56f63c8.zip |
e300: merge files from rfnoc-devel
This disables the ability to do "network mode" on the E310.
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/rfnoc/blocks/radio_e3xx.xml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/host/include/uhd/rfnoc/blocks/radio_e3xx.xml b/host/include/uhd/rfnoc/blocks/radio_e3xx.xml new file mode 100644 index 000000000..d71337a1e --- /dev/null +++ b/host/include/uhd/rfnoc/blocks/radio_e3xx.xml @@ -0,0 +1,60 @@ +<!--This defines one NoC-Block.--> +<nocblock> + <name>Radio (E3XX)</name> + <blockname>Radio</blockname> + <key>E3XXRadio</key> + <!--There can be several of these:--> + <ids> + <id revision="0">12AD100000000000</id> + </ids> + <!-- Registers --> + <registers> + <!--<setreg>--> + <!--<name>FFT_RESET</name>--> + <!--<address>131</address>--> + <!--</setreg>--> + <!--<readback>--> + <!--<name>RB_MAGNITUDE_OUT</name>--> + <!--<address>1</address>--> + <!--</readback>--> + </registers> + <!-- Args --> + <args> + <arg> + <name>spp</name> + <type>int</type> + <value>364</value> + <!--<value>256</value>--> + <!--<check>GE($spp, 16) AND LE($spp, 4096) AND IS_PWR_OF_2($spp)</check>--> + <!--<check_message>FFT size must be in [16, 4096] and a power of two.</check_message>--> + <!--<action>SR_WRITE("FFT_SIZE_LOG2", LOG2($spp)) AND SR_WRITE("AXIS_CONFIG_BUS", ADD(873472, LOG2($spp)))</action>--> + </arg> + </args> + <ports> + <sink> + <name>in0</name> + <type>sc16</type> + <!--<vlen>$spp</vlen>--> + <!--<pkt_size>%vlen</pkt_size>--> + </sink> + <sink> + <name>in1</name> + <type>sc16</type> + <!--<vlen>$spp</vlen>--> + <!--<pkt_size>%vlen</pkt_size>--> + </sink> + <source> + <name>out0</name> + <type>sc16</type> + <!--<vlen>$spp</vlen>--> + <!--<pkt_size>%vlen</pkt_size>--> + </source> + <source> + <name>out1</name> + <type>sc16</type> + <!--<vlen>$spp</vlen>--> + <!--<pkt_size>%vlen</pkt_size>--> + </source> + </ports> +</nocblock> + |