Uses of Class
uk.ac.manchester.spinnaker.messages.model.FPGALinkRegisters
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.bmp |
The BMP control subsystem.
|
uk.ac.manchester.spinnaker.messages.model |
Model support classes for the communication messages.
|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of FPGALinkRegisters in uk.ac.manchester.spinnaker.alloc.bmp
Constructors in uk.ac.manchester.spinnaker.alloc.bmp with parameters of type FPGALinkRegisters Constructor Description RegisterSet(FPGA fpga, FPGALinkRegisters register, int bank, int value)
-
Uses of FPGALinkRegisters in uk.ac.manchester.spinnaker.messages.model
Methods in uk.ac.manchester.spinnaker.messages.model that return FPGALinkRegisters Modifier and Type Method Description static FPGALinkRegisters
FPGALinkRegisters. valueOf(String name)
Returns the enum constant of this type with the specified name.static FPGALinkRegisters[]
FPGALinkRegisters. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FPGALinkRegisters in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type FPGALinkRegisters Modifier and Type Method Description default int
BMPTransceiverInterface. readFPGARegister(FPGA fpga, int registerBank, FPGALinkRegisters register, @Valid BMPBoard board)
Read a register on a FPGA of a board, assuming the standard FPGA configuration.default int
BMPTransceiverInterface. readFPGARegister(FPGA fpga, int registerBank, FPGALinkRegisters register, @Valid BMPCoords bmp, @Valid BMPBoard board)
Read a register on a FPGA of a board, assuming the standard FPGA configuration.default void
BMPTransceiverInterface. writeFPGARegister(FPGA fpga, int registerBank, FPGALinkRegisters register, int value, @Valid BMPBoard board)
Write a register on a FPGA of a board, assuming the standard FPGA configuration.default void
BMPTransceiverInterface. writeFPGARegister(FPGA fpga, int registerBank, FPGALinkRegisters register, int value, @Valid BMPCoords bmp, @Valid BMPBoard board)
Write a register on a FPGA of a board, assuming the standard FPGA configuration.