spinn_machine.link_data_objects package¶
Module contents¶
-
class
spinn_machine.link_data_objects.AbstractLinkData(connected_chip_x, connected_chip_y, connected_link, board_address)[source]¶ Bases:
objectData object for SpiNNaker links.
-
board_address¶ The IP address of the board that this link data is about.
-
connected_chip_x¶ The X coordinate of the chip on the board that the link is connected to.
-
connected_chip_y¶ The Y coordinate of the chip on the board that the link is connected to.
-
connected_link¶ The ID of the link on the source chip that this is data about.
-
-
class
spinn_machine.link_data_objects.FPGALinkData(fpga_link_id, fpga_id, connected_chip_x, connected_chip_y, connected_link, board_address)[source]¶ Bases:
spinn_machine.link_data_objects.abstract_link_data.AbstractLinkDataData object for FPGA links.
-
fpga_id¶ The ID of the SpiNNaker FPGA.
-
fpga_link_id¶ The ID of the link out of the SpiNNaker FPGA.
-
-
class
spinn_machine.link_data_objects.SpinnakerLinkData(spinnaker_link_id, connected_chip_x, connected_chip_y, connected_link, board_address)[source]¶ Bases:
spinn_machine.link_data_objects.abstract_link_data.AbstractLinkDataData object for SpiNNaker links.
-
spinnaker_link_id¶ The ID of the SpiNNaker link.
-