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 MachineDimensionsMachine.machineDimensionsSize of the machine along the X and Y axes, in chips.final MachineDimensionsMachineVersion.machineDimensionsThe only possible dimensions for this version ornullif multiple sizes allowed.Methods in uk.ac.manchester.spinnaker.machine with parameters of type MachineDimensionsModifier and TypeMethodDescriptionstatic MachineVersionMachineVersion.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