[]
Constructs a 'ModuleSpec' object, initializing all the components and tiles to the 'SPEC_DEF' spec val type, for the specified number of components and tiles.
public ModuleSpec(int nt, int nc, byte type)
Type | Name | Description |
---|---|---|
int | nt | The number of tiles |
int | nc | The number of components |
byte | type | the type of the specification module i.e. tile specific, component specific or both. |