aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/rfnoc_graph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/rfnoc/rfnoc_graph.cpp')
-rw-r--r--host/lib/rfnoc/rfnoc_graph.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/rfnoc/rfnoc_graph.cpp b/host/lib/rfnoc/rfnoc_graph.cpp
index 22fc8aee5..ca9c8573b 100644
--- a/host/lib/rfnoc/rfnoc_graph.cpp
+++ b/host/lib/rfnoc/rfnoc_graph.cpp
@@ -240,6 +240,9 @@ private:
}
}
+ UHD_LOG_TRACE("RFNOC::GRAPH", "Initializing properties on all blocks...");
+ _block_registry->init_props();
+
// Create graph, connect all static routes
// FIXME
}