From e61ca590c91d812b1153c46ae6ad36b4cc7f4fdc Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 13 May 2020 14:30:41 -0700 Subject: utils: Fix FPGA search in rfnoc_image_builder from fpga-src to fpga When the FPGA repository was merged back into the UHD repository, this line was forgotten. --- host/utils/rfnoc_image_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/utils') diff --git a/host/utils/rfnoc_image_builder.py b/host/utils/rfnoc_image_builder.py index 47d5060a8..03f9529f9 100755 --- a/host/utils/rfnoc_image_builder.py +++ b/host/utils/rfnoc_image_builder.py @@ -140,7 +140,7 @@ def get_fpga_path(args): if not os.path.isdir(result): logging.info("%s is not a valid directory.", result) result = resolve_path("@FPGA_PATH@", os.path.join( - os.path.dirname(__file__), '..', '..', '..', 'fpga-src')) + os.path.dirname(__file__), '..', '..', '..', 'fpga')) logging.info("Fall back to %s", result) return result -- cgit v1.2.3