Uses of Class
uk.ac.manchester.spinnaker.machine.MachineDimensions
Packages that use MachineDimensions
Package
Description
Describes a SpiNNaker machine.
Beans used to describe a SpiNNaker machine in JSON.
-
Uses of MachineDimensions in uk.ac.manchester.spinnaker.machine
Fields in uk.ac.manchester.spinnaker.machine declared as MachineDimensionsModifier and TypeFieldDescriptionfinal @Valid MachineDimensions
Machine.machineDimensions
Size of the machine along the X and Y axes, in chips.final MachineDimensions
MachineVersion.machineDimensions
The only possible dimensions for this version ornull
if multiple sizes allowed.Methods in uk.ac.manchester.spinnaker.machine with parameters of type MachineDimensionsModifier and TypeMethodDescriptionstatic MachineVersion
MachineVersion.bySize
(MachineDimensions dimensions) Calculate the machine version based on the size.SpiNNakerTriadGeometry.getPotentialRootChips
(MachineDimensions dimensions) Get the coordinates of bottom left chip on each board.Constructors in uk.ac.manchester.spinnaker.machine with parameters of type MachineDimensionsModifierConstructorDescriptionMachine
(MachineDimensions machineDimensions, Iterable<Chip> chips, HasChipLocation boot) Creates a machine starting with the supplied chips.Machine
(MachineDimensions machineDimensions, HasChipLocation boot) Creates an empty machine.VirtualMachine
(MachineDimensions machineDimensions) Creates a virtual machine to fill the machine dimensions with no ignores.VirtualMachine
(MachineDimensions machineDimensions, Set<ChipLocation> ignoreChips, Map<ChipLocation, Set<Integer>> ignoreCores, Map<ChipLocation, EnumSet<Direction>> ignoreLinks) Creates a virtual machine to fill the machine dimensions. -
Uses of MachineDimensions in uk.ac.manchester.spinnaker.machine.bean
Methods in uk.ac.manchester.spinnaker.machine.bean that return MachineDimensions