pacman.operations.fixed_route_router package

Module contents

pacman.operations.fixed_route_router.fixed_route_router(destination_class)[source]

Runs the fixed route generator for all boards on machine.

Parameters:

destination_class (type or tuple(type,..)) – the destination class to route packets to

Returns:

router tables for fixed route paths

Return type:

dict(tuple(int,int), FixedRouteEntry)

Raises: