summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael-west <michael.west@ettus.com>2019-01-24 10:03:07 -0800
committerBrent Stapleton <brent.stapleton@ettus.com>2019-01-29 09:19:36 -0800
commit0c354fc02fa385f54878d3d8500ae35d36c3448c (patch)
treec561aed7b7b7ccd2f6e0af09e69de787844f63cf
parentutils: Add check for gdb_eeprom before accessing (diff)
downloaduhd-0c354fc02fa385f54878d3d8500ae35d36c3448c.tar.xz
uhd-0c354fc02fa385f54878d3d8500ae35d36c3448c.zip
RFNoC: Update FIFO XML definition
Added explicit use of default block controller to remove warnings. Signed-off-by: michael-west <michael.west@ettus.com>
-rw-r--r--host/include/uhd/rfnoc/blocks/fifo.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/include/uhd/rfnoc/blocks/fifo.xml b/host/include/uhd/rfnoc/blocks/fifo.xml
index 9e8900b89..07b01c6ea 100644
--- a/host/include/uhd/rfnoc/blocks/fifo.xml
+++ b/host/include/uhd/rfnoc/blocks/fifo.xml
@@ -2,6 +2,8 @@
<nocblock>
<name>FIFO</name>
<blockname>FIFO</blockname>
+ <!--Use default block controller-->
+ <key>Block</key>
<!--There can be several of these:-->
<ids>
<id revision="0">F1F00000</id>