pacman.operations.fixed_route_router package

Module contents

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

Runs the fixed route generator for all boards on machine.

Parameters:

destination_class – the destination class to route packets to

Returns:

router tables for fixed route paths

Raises: