From da89292f211fab421e5200f4831507ab5a4965a1 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 20 Jun 2019 14:30:55 -0700 Subject: rfnoc: graph: Initialize properties on all nodes during init This will call init_props() on every block after the device initialization is complete, but before control returns to the user. --- host/lib/rfnoc/rfnoc_graph.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host/lib/rfnoc/rfnoc_graph.cpp') 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 } -- cgit v1.2.3