|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cmpware.cmp.models.SPU_pipeline.InstrData
public static final class SPU_pipeline.InstrData
This class defines the pipeline properties for an instruction. Note that this class is intended to be used statically.
| Field Summary | |
|---|---|
java.lang.String |
instrName
The instruction name |
int |
latency
The instruction pipeline latency |
int |
pipelineNumber
The pipeline number (0 or 1) |
int |
stalls
The pipeline stalls |
| Constructor Summary | |
|---|---|
SPU_pipeline.InstrData(java.lang.String instrName,
int pipelineNumber,
int latency,
int stalls)
This constructor builds an InstrData class. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String instrName
public int pipelineNumber
public int latency
public int stalls
| Constructor Detail |
|---|
public SPU_pipeline.InstrData(java.lang.String instrName,
int pipelineNumber,
int latency,
int stalls)
instrName - the instruction namepipelineNumber - the pipeline number (0 or 1)latency - the instruction pipeline latency.stalls - the number of pipeline stall cycles.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||