byucc.jhdl.base
Interface WriteableHardwareInterface

All Superinterfaces:
HardwareInterface

public interface WriteableHardwareInterface
extends HardwareInterface

This interface describes hardware that can be set from stored state


Method Summary
 void setHardwareState(StateObject state, ExternallyUpdateable[] eCells, LargeExternallyUpdateable[] leCells, Checkpointable[] cCells)
          The method that sets the state
 
Methods inherited from interface byucc.jhdl.base.HardwareInterface
getHardwareState, getModuleName, stepHardwareClock
 

Method Detail

setHardwareState

public void setHardwareState(StateObject state,
                             ExternallyUpdateable[] eCells,
                             LargeExternallyUpdateable[] leCells,
                             Checkpointable[] cCells)
The method that sets the state

Parameters:
state - the state to restore
eCells - the ExternallyUpdateable cells to restore
leCells - the LargeExternallyUpdateable cells to restore
cCells - the Checkpointable cells to restore


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.