From 60b76ebb31f9d1672c1b18367346b3fb522e13e9 Mon Sep 17 00:00:00 2001 From: Wade Fife Date: Fri, 14 Aug 2020 11:34:10 -0500 Subject: 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. --- fpga/usrp3/top/e31x/e31x_rfnoc_image_core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpga/usrp3/top') 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 -- cgit v1.2.3