rig_routing_tables
contains C implementations of routing table minimisation
algorithms for the SpiNNaker platform.
To build SpiNNaker executables (*.aplx
) ensure you have the latest version
of SpiNNaker
tools installed.
Then switch to the spinnaker
directory and call make
.
Further documentation on the SpiNNaker executables is in the spinnaker
directory.
Switch to the desktop
directory and call make
.
Further documentation on the desktop executables is in the desktop
directory.
Documentation on building and running tests is present in the tests
directory. Tests are built using the Check
framework.