aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/rfnoc
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2019-08-20 10:00:47 -0700
committerMartin Braun <martin.braun@ettus.com>2019-11-26 12:16:25 -0800
commit7d69dcdcc318ccdf87038b732acbf2bf7c087b60 (patch)
tree8179f2f4a14be591d7c856f77f13687b45f9a454 /host/utils/rfnoc
parent1ac6e6f56100a7e8186481ab0715937759f52737 (diff)
downloaduhd-7d69dcdcc318ccdf87038b732acbf2bf7c087b60.tar.gz
uhd-7d69dcdcc318ccdf87038b732acbf2bf7c087b60.tar.bz2
uhd-7d69dcdcc318ccdf87038b732acbf2bf7c087b60.zip
Remove proto-RFNoC files
This commit removes all files and parts of files that are used by proto-RFNoC only. uhd: Fix include CMakeLists.txt, add missing files
Diffstat (limited to 'host/utils/rfnoc')
-rwxr-xr-xhost/utils/rfnoc/image_builder.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/utils/rfnoc/image_builder.py b/host/utils/rfnoc/image_builder.py
index 0ed75dcc2..df3cfc3f1 100755
--- a/host/utils/rfnoc/image_builder.py
+++ b/host/utils/rfnoc/image_builder.py
@@ -449,7 +449,7 @@ def collect_module_paths(config_path):
:return: list of noc block directories
"""
# rfnoc blocks
- result = [os.path.join(config_path, 'erfnoc', 'blocks')]
+ result = [os.path.join(config_path, 'rfnoc', 'blocks')]
# additional OOT blocks
# TODO parse modules from external includes as well
return result
@@ -675,7 +675,7 @@ def get_core_config_path(config_path):
"""
returns the path where core configuration files are stored
"""
- return os.path.join(config_path, 'erfnoc', 'core')
+ return os.path.join(config_path, 'rfnoc', 'core')
def generate_image_core_path(output_path, source):
"""