|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface marks a circuit that can be executed in hardware.
| Method Summary | |
StateObject |
getHardwareState(ExternallyUpdateable[] eCells,
LargeExternallyUpdateable[] leCells,
Checkpointable[] cCells)
Returns the hardware state |
java.lang.String |
getModuleName()
Returns the hardware module name |
void |
stepHardwareClock(int cycles)
Steps the hardware clock |
| Method Detail |
public java.lang.String getModuleName()
public void stepHardwareClock(int cycles)
cycles - How many cycles to clock
public StateObject getHardwareState(ExternallyUpdateable[] eCells,
LargeExternallyUpdateable[] leCells,
Checkpointable[] cCells)
eCells - the ExternallyUpdateable cells to look atleCells - the LargeExternallyUpdateable cells to look atcCells - the Checkpointable cells to look at
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||