diff options
| author | michael-west <michael.west@ettus.com> | 2019-01-24 10:03:07 -0800 | 
|---|---|---|
| committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-01-29 09:19:36 -0800 | 
| commit | 0c354fc02fa385f54878d3d8500ae35d36c3448c (patch) | |
| tree | c561aed7b7b7ccd2f6e0af09e69de787844f63cf | |
| parent | 8c6becc521f4adc282df90d77e41c13e19622099 (diff) | |
| download | uhd-0c354fc02fa385f54878d3d8500ae35d36c3448c.tar.gz uhd-0c354fc02fa385f54878d3d8500ae35d36c3448c.tar.bz2 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.xml | 2 | 
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>  | 
