pacman.operations.routing_table_generators package

Module contents

pacman.operations.routing_table_generators.basic_routing_table_generator() MulticastRoutingTables

An basic algorithm that can produce routing tables.

Returns:

The routing tables created.

pacman.operations.routing_table_generators.merged_routing_table_generator() MulticastRoutingTables

Creates routing entries by merging adjacent entries from the same application vertex when possible.

Returns:

The merged routing tables.