pacman.operations.chip_id_allocator_algorithms package¶
Submodules¶
pacman.operations.chip_id_allocator_algorithms.malloc_based_chip_id_allocator module¶
-
class
pacman.operations.chip_id_allocator_algorithms.malloc_based_chip_id_allocator.MallocBasedChipIdAllocator[source]¶ Bases:
pacman.utilities.algorithm_utilities.element_allocator_algorithm.ElementAllocatorAlgorithmA Chip ID Allocation Allocator algorithm that keeps track of chip IDs and attempts to allocate them as requested
-
exception
pacman.operations.chip_id_allocator_algorithms.malloc_based_chip_id_allocator.NoFPGALink(vertex)[source]¶
Module contents¶
-
class
pacman.operations.chip_id_allocator_algorithms.MallocBasedChipIdAllocator[source]¶ Bases:
pacman.utilities.algorithm_utilities.element_allocator_algorithm.ElementAllocatorAlgorithmA Chip ID Allocation Allocator algorithm that keeps track of chip IDs and attempts to allocate them as requested