From bbd43b16e18ef0a0311ddf4635cbd29c4ac3c367 Mon Sep 17 00:00:00 2001 From: Wade Fife Date: Tue, 8 Sep 2020 10:48:52 -0500 Subject: fpga: e31x: Change image file to e310_rfnoc_image_core This renames e31x_rfnoc_image_core.* to e310_rfnoc_image_core.*. This makes the naming consistent with the rest of the build process (which uses "e310" for all variants of e31x) and fixes an issue in which the wrong file name was used by rfnoc_image_builder. --- fpga/usrp3/top/e31x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpga/usrp3/top/e31x/Makefile') diff --git a/fpga/usrp3/top/e31x/Makefile b/fpga/usrp3/top/e31x/Makefile index a2ab64f1d..80752d738 100644 --- a/fpga/usrp3/top/e31x/Makefile +++ b/fpga/usrp3/top/e31x/Makefile @@ -26,7 +26,7 @@ ifndef TARGET endif TOP ?= e31x -DEFAULT_IMAGE_CORE_FILE_E31X=e31x_rfnoc_image_core.v +DEFAULT_IMAGE_CORE_FILE_E31X=e310_rfnoc_image_core.v DEFAULT_EDGE_FILE_E31X=$(abspath e310_static_router.hex) # vivado_build($1=Device, $2=Definitions) -- cgit v1.2.3