Skip to content

Commit

Permalink
chip get_user_processor_ids get_monitor_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 10, 2023
1 parent 7d2bebd commit 391b16b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def store_vertex_labels(self):
self._set_core_name(placement.x, placement.y,
placement.p, placement.vertex.label)
for chip in FecDataView.get_machine().chips:
for processor_id in chip.get_user_processors_ids():
for processor_id in chip.get_monitor_ids():
self._set_core_name(
chip.x, chip.y, processor_id,
f"SCAMP(OS)_{chip.x}:{chip.y}")
Expand Down

0 comments on commit 391b16b

Please sign in to comment.