Uses of Class
uk.ac.manchester.spinnaker.machine.Router
Packages that use Router
-
Uses of Router in uk.ac.manchester.spinnaker.machine
Fields in uk.ac.manchester.spinnaker.machine declared as RouterConstructors in uk.ac.manchester.spinnaker.machine with parameters of type RouterModifierConstructorDescriptionChip
(ChipLocation location, Iterable<Processor> processors, Router router, int sdram, InetAddress ipAddress, List<Integer> tagIds, ChipLocation nearestEthernet) Main constructor which sets all parameters.Chip
(ChipLocation location, Iterable<Processor> processors, Router router, int sdram, InetAddress ipAddress, ChipLocation nearestEthernet) Constructor which fills in some default values.Chip
(ChipLocation location, Iterable<Processor> processors, Router router, InetAddress ipAddress, ChipLocation nearestEthernet) Constructor for a chip with non-default processors.Chip
(ChipLocation location, Router router, InetAddress ipAddress, ChipLocation nearestEthernet) Constructor for a chip with the default processors.