Home
last modified time | relevance | path

Searched refs:cpuclusters (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/
Dlist_boards.py74 cpuclusters: List[str] = field(default_factory=list) variable in Soc
81 if soc.cpuclusters:
83 for c in soc.cpuclusters:
87 return Soc(soc.name, cpuclusters=cpus)
127 if node.cpuclusters:
129 for c in node.cpuclusters:
394 if s.cpuclusters:
395 for c in s.cpuclusters:
Dlist_hardware.py175 cpuclusters: List[str]
182 self.cpuclusters.extend(soc.cpuclusters)