pacman.operations.routing_table_generators package

Submodules

pacman.operations.routing_table_generators.basic_routing_table_generator module

class pacman.operations.routing_table_generators.basic_routing_table_generator.BasicRoutingTableGenerator[source]

Bases: object

An basic algorithm that can produce routing tables

pacman.operations.routing_table_generators.zoned_routing_table_generator module

class pacman.operations.routing_table_generators.zoned_routing_table_generator.SharedEntry(entry)[source]

Bases: object

slots = ['link_ids', 'processor_ids', 'defaultable']
still_defaultable(entry)[source]
class pacman.operations.routing_table_generators.zoned_routing_table_generator.ZonedRoutingTableGenerator[source]

Bases: object

An basic algorithm that can produce routing tables

Module contents