diff options
author | Wade Fife <wade.fife@ettus.com> | 2020-08-14 11:34:10 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-08-14 15:11:08 -0500 |
commit | 60b76ebb31f9d1672c1b18367346b3fb522e13e9 (patch) | |
tree | 44e82560483696d1031a44848815f36c5b2c88b3 /fpga/usrp3/top | |
parent | 8ec7449d432a370fa518cd7ad9e98b17b1fe8a45 (diff) | |
download | uhd-60b76ebb31f9d1672c1b18367346b3fb522e13e9.tar.gz uhd-60b76ebb31f9d1672c1b18367346b3fb522e13e9.tar.bz2 uhd-60b76ebb31f9d1672c1b18367346b3fb522e13e9.zip |
fpga: e310: Fix device in image core YAML
Device was set to e31x, but this is not a valid device type. All e31x
devices use the e310 device type.
Diffstat (limited to 'fpga/usrp3/top')
-rw-r--r-- | fpga/usrp3/top/e31x/e31x_rfnoc_image_core.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp3/top/e31x/e31x_rfnoc_image_core.yml b/fpga/usrp3/top/e31x/e31x_rfnoc_image_core.yml index 066f7ab0e..aa464454e 100644 --- a/fpga/usrp3/top/e31x/e31x_rfnoc_image_core.yml +++ b/fpga/usrp3/top/e31x/e31x_rfnoc_image_core.yml @@ -6,7 +6,7 @@ license: 'SPDX-License-Identifier: LGPL-3.0-or-later' # License information used version: 1.0 # File version rfnoc_version: 1.0 # RFNoC protocol version chdr_width: 64 # Bit width of the CHDR bus for this image -device: 'e31x' +device: 'e310' default_target: 'E310_SG3' # A list of all stream endpoints in design |