aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils
diff options
context:
space:
mode:
Diffstat (limited to 'host/utils')
-rwxr-xr-xhost/utils/rfnoc_image_builder.py2
1 files changed, 1 insertions, 1 deletions
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