diff --git a/misc/config_tools/scenario_config/config_summary.py b/misc/config_tools/scenario_config/config_summary.py index ff5c7f73a..ad44e6771 100644 --- a/misc/config_tools/scenario_config/config_summary.py +++ b/misc/config_tools/scenario_config/config_summary.py @@ -100,7 +100,7 @@ class GenerateRst: # Get all physical CPU information from board.xml def get_pcpu(self): - pcpu_list = list(map(int, self.board_etree.xpath("processors/die/core/thread/cpu_id/text()"))) + pcpu_list = list(map(int, self.board_etree.xpath("processors//cpu_id/text()"))) return pcpu_list def write_shared_cache(self):