Uses of Class
uk.ac.manchester.spinnaker.machine.Processor
Packages that use Processor
-
Uses of Processor in uk.ac.manchester.spinnaker.machine
Methods in uk.ac.manchester.spinnaker.machine that return ProcessorModifier and TypeMethodDescriptionProcessor.cloneAsSystemProcessor()
Provides a clone of this processor but changing it to a system processor.static Processor
Processor.factory
(int processorId) Obtain a non-monitor processor object for this ID.static Processor
Processor.factory
(int processorId, boolean isMonitor) Obtain a processor object for this ID, which could be a monitor.static Processor
Processor.factory
(int processorId, int clockSpeed, int dtcmAvailable, boolean isMonitor) Obtain a processor for this ID and with these properties.Chip.getFirstUserProcessor()
Get the first processor in the list which is not a monitor core.Chip.getUserProcessor
(int processorId) Obtains the user processor with this ID, or returnsnull
.Methods in uk.ac.manchester.spinnaker.machine that return types with arguments of type ProcessorModifier and TypeMethodDescriptionChip.allProcessors()
Return a list off all the processors on this chip.Chip.userProcessors()
Return a view over the user processors on this chip.Methods in uk.ac.manchester.spinnaker.machine with parameters of type ProcessorConstructor parameters in uk.ac.manchester.spinnaker.machine with type arguments of type ProcessorModifierConstructorDescriptionChip
(ChipLocation location, Iterable<Processor> processors, Router router, int sdram, InetAddress ipAddress, List<Integer> tagIds, ChipLocation nearestEthernet) Main constructor which sets all parameters.Chip
(ChipLocation location, Iterable<Processor> processors, Router router, int sdram, InetAddress ipAddress, ChipLocation nearestEthernet) Constructor which fills in some default values.Chip
(ChipLocation location, Iterable<Processor> processors, Router router, InetAddress ipAddress, ChipLocation nearestEthernet) Constructor for a chip with non-default processors.