Uses of Enum Class
uk.ac.manchester.spinnaker.messages.model.FPGA
Packages that use FPGA
Package
Description
The BMP control subsystem.
Miscellaneous model classes for spalloc.
Messages that talk to the BMP.
Model support classes for the communication messages.
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 FPGAModifier and TypeMethodDescriptionvoidFirmwareLoader.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 FPGAModifierConstructorDescriptionRegisterSet(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 -
Uses of FPGA in uk.ac.manchester.spinnaker.messages.bmp
Constructors in uk.ac.manchester.spinnaker.messages.bmp with parameters of type FPGAModifierConstructorDescriptionReadFPGARegister(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 -
Uses of FPGA in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type FPGAModifier and TypeMethodDescriptiondefault intBMPTransceiverInterface.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 intBMPTransceiverInterface.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 intBMPTransceiverInterface.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 intBMPTransceiverInterface.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 intBMPTransceiverInterface.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 intBMPTransceiverInterface.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 intBMPTransceiverInterface.readFPGARegister(FPGA fpga, @NotNull MemoryLocation register, @Valid BMPBoard board) Read a register on a FPGA of a board.intBMPTransceiverInterface.readFPGARegister(FPGA fpga, @NotNull MemoryLocation register, @Valid BMPCoords bmp, @Valid BMPBoard board) Read a register on a FPGA of a board.default intBMPTransceiverInterface.readFPGARegister(FPGA fpga, FPGAMainRegisters register, @Valid BMPBoard board) Read a register on a FPGA of a board, assuming the standard FPGA configuration.default intBMPTransceiverInterface.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.intTransceiver.readFPGARegister(FPGA fpga, MemoryLocation register, BMPCoords bmp, BMPBoard board) intUnimplementedBMPTransceiver.readFPGARegister(FPGA fpga, MemoryLocation register, BMPCoords bmp, BMPBoard board) default voidBMPTransceiverInterface.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 voidBMPTransceiverInterface.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 voidBMPTransceiverInterface.writeFPGARegister(FPGA fpga, @NotNull MemoryLocation register, int value, @Valid BMPBoard board) Write a register on a FPGA of a board.voidBMPTransceiverInterface.writeFPGARegister(FPGA fpga, @NotNull MemoryLocation register, int value, @Valid BMPCoords bmp, @Valid BMPBoard board) Write a register on a FPGA of a board.default voidBMPTransceiverInterface.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 voidBMPTransceiverInterface.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.voidTransceiver.writeFPGARegister(FPGA fpga, MemoryLocation register, int value, BMPCoords bmp, BMPBoard board) voidUnimplementedBMPTransceiver.writeFPGARegister(FPGA fpga, MemoryLocation register, int value, BMPCoords bmp, BMPBoard board)