byucc.jhdl.base
Interface Initializeable

All Known Implementing Classes:
BasicMemory

public interface Initializeable

This interface is used for cells that must do some pre-simulation initialization


Method Summary
 void initialize()
          The simulator will call this method before simulation, when the cell can complete its initialization.
 

Method Detail

initialize

public void initialize()
The simulator will call this method before simulation, when the cell can complete its initialization. This method will not be called after a reset. It is only called once after the simulator has been initialized.

Some uses for this method include: initializing files at the start of a simulation, initializing state or conditions (i.e. ram), preparing a GUI, etc.



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