Uses of Class
uk.ac.manchester.spinnaker.machine.ValidP
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.compat |
Spalloc v1 compatibility interface.
|
uk.ac.manchester.spinnaker.machine |
Describes a SpiNNaker machine.
|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of ValidP in uk.ac.manchester.spinnaker.alloc.compat
Method parameters in uk.ac.manchester.spinnaker.alloc.compat with annotations of type ValidP Modifier and Type Method Description protected abstract void
V1CompatTask. reportProblem(@IPAddress String address, @ValidX Integer x, @ValidY Integer y, @ValidP Integer p, String description)
Report a problem with a board, chip or core. -
Uses of ValidP in uk.ac.manchester.spinnaker.machine
Fields in uk.ac.manchester.spinnaker.machine with annotations of type ValidP Modifier and Type Field Description @uk.ac.manchester.spinnaker.machine.ValidP int
RegionLocation. p
The Core's P value.@uk.ac.manchester.spinnaker.machine.ValidP int
Processor. processorId
The ID of the processor.Methods in uk.ac.manchester.spinnaker.machine with annotations of type ValidP Modifier and Type Method Description @uk.ac.manchester.spinnaker.machine.ValidP int
HasCoreLocation. getP()
-
Uses of ValidP in uk.ac.manchester.spinnaker.transceiver
Method parameters in uk.ac.manchester.spinnaker.transceiver with annotations of type ValidP Modifier and Type Method Description default MemoryLocation
TransceiverInterface. getUser0RegisterAddress(@uk.ac.manchester.spinnaker.machine.ValidP int p)
Get the address of user0 for a given processor on the board.default MemoryLocation
TransceiverInterface. getUser1RegisterAddress(@uk.ac.manchester.spinnaker.machine.ValidP int p)
Get the address of user1 for a given processor on the board.default MemoryLocation
TransceiverInterface. getUser2RegisterAddress(@uk.ac.manchester.spinnaker.machine.ValidP int p)
Get the address of user2 for a given processor on the board.