Uses of Class
uk.ac.manchester.spinnaker.machine.Processor
Package | Description |
---|---|
uk.ac.manchester.spinnaker.machine |
Describes a SpiNNaker machine.
|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of Processor in uk.ac.manchester.spinnaker.machine
Methods in uk.ac.manchester.spinnaker.machine that return Processor Modifier and Type Method Description Processor
Processor. 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.Processor
Chip. getFirstUserProcessor()
Get the first processor in the list which is not a monitor core.Processor
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 Processor Modifier and Type Method Description List<Processor>
Chip. allProcessors()
Return a list off all the processors on this chip.Collection<Processor>
Chip. userProcessors()
Return a view over the user processors on this chip.Methods in uk.ac.manchester.spinnaker.machine with parameters of type Processor Modifier and Type Method Description int
Processor. compareTo(Processor other)
Constructor parameters in uk.ac.manchester.spinnaker.machine with type arguments of type Processor Constructor Description Chip(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. -
Uses of Processor in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type Processor Modifier and Type Method Description default MemoryLocation
TransceiverInterface. getUser0RegisterAddress(@Valid Processor processor)
Get the address of user0 for a given processor on the board.default MemoryLocation
TransceiverInterface. getUser1RegisterAddress(@Valid Processor processor)
Get the address of user1 for a given processor on the board.default MemoryLocation
TransceiverInterface. getUser2RegisterAddress(@Valid Processor processor)
Get the address of user2 for a given processor on the board.