byucc.jhdl.base
Interface WriteableHardwareInterface
- All Superinterfaces:
- HardwareInterface
- public interface WriteableHardwareInterface
- extends HardwareInterface
This interface describes hardware that can be set from stored state
setHardwareState
public void setHardwareState(StateObject state,
ExternallyUpdateable[] eCells,
LargeExternallyUpdateable[] leCells,
Checkpointable[] cCells)
- The method that sets the state
- Parameters:
state
- the state to restoreeCells
- the ExternallyUpdateable cells to restoreleCells
- the LargeExternallyUpdateable cells to restorecCells
- the Checkpointable cells to restore
Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.