Navigation

  • index
  • modules |
  • next |
  • previous |
  • Rig 2.4.1 documentation »
  • rig.place_and_route: Place applications, allocate on-chip resources, create routing tables »

rig.links.Links: Chip-to-chip link data structure¶

class rig.links.Links[source]¶

Enumeration of links from a SpiNNaker chip.

Note that the numbers chosen have two useful properties:

  • The integer values assigned are chosen to match the numbers used to identify the links in the low-level software API and hardware registers.
  • The links are ordered consecutively in anticlockwise order meaning the opposite link is (link+3)%6.

Note

In early versions of Rig this object was called rig.machine.Links.

Attributes:
east = 0
north_east = 1
north = 2
west = 3
south_west = 4
south = 5

Previous topic

Machine etc.: Machine resource availability P&R data structure

Next topic

rig.netlist.Net: Net data structure

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Rig 2.4.1 documentation »
  • rig.place_and_route: Place applications, allocate on-chip resources, create routing tables »
© Copyright 2015, the Rig Project. Created using Sphinx 1.7.4.