Closed Christian-B closed 8 months ago
The pattern
[p.processor_id for p in FecDataView.get_chip_at(x, y).processors if not p.is_monitor]
happens in several places.
maybe move to Chip and semantic sugar in View
Maybe also look how often it is combined with p = cores[self.__system_placements.n_placements_on_chip(x, y)]
The pattern
[p.processor_id for p in FecDataView.get_chip_at(x, y).processors if not p.is_monitor]
happens in several places.
maybe move to Chip and semantic sugar in View