Previous topic

spinnman.model.diagnostic_filter_source module

Next topic

spinnman.model.machine_dimensions module

This Page

spinnman.model.io_buffer module

class spinnman.model.io_buffer.IOBuffer(x, y, p, iobuf)[source]

Bases: object

The contents of IOBUF for a core

Parameters:
  • x (int) – The x-coordinate of a chip
  • y (int) – The y-coordinate of a chip
  • p (int) – The p-coordinate of a chip
  • iobuf (str) – The contents of the buffer for the chip
Raises None:

No known exceptions are raised

Attributes

iobuf The contents of the buffer
p The id of the core on the chip
x The x-coordinate of the chip containing the core
y The y-coordinate of the chip containing the core