Uses of Class
uk.ac.manchester.spinnaker.messages.model.FPGA
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.bmp |
The BMP control subsystem.
|
uk.ac.manchester.spinnaker.alloc.model |
Miscellaneous model classes for spalloc.
|
uk.ac.manchester.spinnaker.messages.bmp |
Messages that talk to the BMP.
|
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 FPGA in uk.ac.manchester.spinnaker.alloc.bmp
Methods in uk.ac.manchester.spinnaker.alloc.bmp with parameters of type FPGA Modifier and Type Method Description void
FirmwareLoader. setupBitfile(String handle, int slot, FPGA chip)
Set a bitfile to be loaded.Constructors in uk.ac.manchester.spinnaker.alloc.bmp with parameters of type FPGA Constructor Description RegisterSet(FPGA fpga, FPGALinkRegisters register, int bank, int value)
RegisterSet(FPGA fpga, FPGAMainRegisters register, int value)
-
Uses of FPGA in uk.ac.manchester.spinnaker.alloc.model
Fields in uk.ac.manchester.spinnaker.alloc.model declared as FPGA Modifier and Type Field Description FPGA
Direction. fpga
The FPGA that manages the link in this direction. -
Uses of FPGA in uk.ac.manchester.spinnaker.messages.bmp
Constructors in uk.ac.manchester.spinnaker.messages.bmp with parameters of type FPGA Constructor Description ReadFPGARegister(FPGA fpga, MemoryLocation register, BMPBoard board)
WriteFPGARegister(FPGA fpga, MemoryLocation register, int value, BMPBoard board)
-
Uses of FPGA in uk.ac.manchester.spinnaker.messages.model
Methods in uk.ac.manchester.spinnaker.messages.model that return FPGA Modifier and Type Method Description static FPGA
FPGA. valueOf(String name)
Returns the enum constant of this type with the specified name.static FPGA[]
FPGA. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FPGA in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type FPGA Modifier and Type Method Description default int
BMPTransceiverInterface. readFPGALinkCounter(FPGA fpga, int linkNumber, FPGARecevingLinkCounters counter, @Valid BMPBoard board)
Read a link counter on a FPGA of a board, assuming the standard FPGA configuration.default int
BMPTransceiverInterface. readFPGALinkCounter(FPGA fpga, int linkNumber, FPGARecevingLinkCounters counter, @Valid BMPCoords bmp, @Valid BMPBoard board)
Read a register on a FPGA of a board, assuming the standard FPGA configuration.default int
BMPTransceiverInterface. readFPGALinkCounter(FPGA fpga, int linkNumber, FPGASendingLinkCounters counter, @Valid BMPBoard board)
Read a link counter on a FPGA of a board, assuming the standard FPGA configuration.default int
BMPTransceiverInterface. readFPGALinkCounter(FPGA fpga, int linkNumber, FPGASendingLinkCounters counter, @Valid BMPCoords bmp, @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 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 int
BMPTransceiverInterface. readFPGARegister(FPGA fpga, @NotNull MemoryLocation register, @Valid BMPBoard board)
Read a register on a FPGA of a board.int
BMPTransceiverInterface. readFPGARegister(FPGA fpga, @NotNull MemoryLocation register, @Valid BMPCoords bmp, @Valid BMPBoard board)
Read a register on a FPGA of a board.default int
BMPTransceiverInterface. readFPGARegister(FPGA fpga, FPGAMainRegisters register, @Valid BMPBoard board)
Read a register on a FPGA of a board, assuming the standard FPGA configuration.default int
BMPTransceiverInterface. readFPGARegister(FPGA fpga, FPGAMainRegisters register, @Valid BMPCoords bmp, @Valid BMPBoard board)
Read a register on a FPGA of a board, assuming the standard FPGA configuration.int
Transceiver. readFPGARegister(FPGA fpga, MemoryLocation register, BMPCoords bmp, BMPBoard board)
int
UnimplementedBMPTransceiver. readFPGARegister(FPGA fpga, MemoryLocation register, BMPCoords bmp, BMPBoard board)
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.default void
BMPTransceiverInterface. writeFPGARegister(FPGA fpga, @NotNull MemoryLocation register, int value, @Valid BMPBoard board)
Write a register on a FPGA of a board.void
BMPTransceiverInterface. writeFPGARegister(FPGA fpga, @NotNull MemoryLocation register, int value, @Valid BMPCoords bmp, @Valid BMPBoard board)
Write a register on a FPGA of a board.default void
BMPTransceiverInterface. writeFPGARegister(FPGA fpga, FPGAMainRegisters 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, FPGAMainRegisters register, int value, @Valid BMPCoords bmp, @Valid BMPBoard board)
Write a register on a FPGA of a board, assuming the standard FPGA configuration.void
Transceiver. writeFPGARegister(FPGA fpga, MemoryLocation register, int value, BMPCoords bmp, BMPBoard board)
void
UnimplementedBMPTransceiver. writeFPGARegister(FPGA fpga, MemoryLocation register, int value, BMPCoords bmp, BMPBoard board)