Package uk.ac.manchester.spinnaker.alloc
Interface Constants
public interface Constants
Miscellaneous constants.
- Author:
- Donal Fellows
-
Field Summary
Fields Modifier and Type Field Description static int
TRIAD_CHIP_SIZE
The width and height of a triad, in chips.static int
TRIAD_DEPTH
The number of boards in a triad.
-
Field Details
-
TRIAD_DEPTH
static final int TRIAD_DEPTHThe number of boards in a triad.- See Also:
- Constant Field Values
-
TRIAD_CHIP_SIZE
static final int TRIAD_CHIP_SIZEThe width and height of a triad, in chips.- See Also:
- Constant Field Values
-