/rig_routing_tables

Faster/SpiNNaker implementations of routing table minimization algorithms

Primary LanguageCGNU General Public License v2.0GPL-2.0

Routing Table Tools

Build Status Coverage

rig_routing_tables contains C implementations of routing table minimisation algorithms for the SpiNNaker platform.

Building SpiNNaker executables

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.

Building desktop executables

Switch to the desktop directory and call make.

Further documentation on the desktop executables is in the desktop directory.

Building and running tests

Documentation on building and running tests is present in the tests directory. Tests are built using the Check framework.