diff --git a/src/runtime_src/core/tools/common/reports/platform/ReportAlveoPlatform.cpp b/src/runtime_src/core/tools/common/reports/platform/ReportAlveoPlatform.cpp index 49e64db35b2..5f7f4003afd 100644 --- a/src/runtime_src/core/tools/common/reports/platform/ReportAlveoPlatform.cpp +++ b/src/runtime_src/core/tools/common/reports/platform/ReportAlveoPlatform.cpp @@ -70,7 +70,7 @@ ReportAlveoPlatform::writeReport(const xrt_core::device* /*_pDevice*/, if (!pt_config.empty()) _output << boost::format(" %-23s: %s\n") % "P2P IO space required" % pt_config.get("exp_bar"); // Units appended when ptree is created - const boost::property_tree::ptree& clocks = pt_platform.get_child("clocks", empty_ptree); + const boost::property_tree::ptree& clocks = pt_platform.get_child("clocks.clocks", empty_ptree); if (!clocks.empty()) { _output << std::endl << "Clocks" << std::endl; for (const auto& kc : clocks) {