byucc.jhdl.base
Interface LargeExternallyUpdateable

All Known Implementing Classes:
RAMB16_S, RAMB16_S_S, RAMB16DualNoParity, RAMB16DualParity, RAMB16DualParityB, RAMB16SingleNoParity, RAMB16SingleParity, RAMB4Dual, RAMB4Single

public interface LargeExternallyUpdateable

Author:
Paul Graham This interface is used to put the information from a readback back into the cell for cells with more than 32 bits of state.

Method Summary
 int[] fetchState()
          This method is used to fetch the current state of the Cell.
 void updateState(int[] update_value)
          This method is used to update the state of the Cell in simulator.
 

Method Detail

updateState

public void updateState(int[] update_value)
This method is used to update the state of the Cell in simulator.

Parameters:
update_value - the state to update to

fetchState

public int[] fetchState()
This method is used to fetch the current state of the Cell.

Returns:
the current state


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