pacman.operations.fixed_route_router package

Module contents

pacman.operations.fixed_route_router.fixed_route_router(destination_class: Type) Dict[Tuple[int, int], FixedRouteEntry]

Runs the fixed route generator for all boards on machine.

Parameters:

destination_class (type) – the destination class to route packets to

Returns:

router tables for fixed route paths

Return type:

dict((int, int)), FixedRouteEntry)

Raises: