diff options
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/rfnoc/block_id.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/rfnoc/block_id.cpp b/host/lib/rfnoc/block_id.cpp index da14632b2..b7eb2b2cc 100644 --- a/host/lib/rfnoc/block_id.cpp +++ b/host/lib/rfnoc/block_id.cpp @@ -59,7 +59,7 @@ std::string block_id_t::get_local() const uhd::fs_path block_id_t::get_tree_root() const { - return str(boost::format("/mboards/%d/xbar/%s") % get_device_no() % get_local()); + return uhd::fs_path("/blocks") / to_string(); } bool block_id_t::match(const std::string& block_str) |