byucc.jhdl.platforms.util
Interface MemoryFileParserInterface

All Known Implementing Classes:
GenericMemory

public interface MemoryFileParserInterface


Method Summary
 void addMemoryElement(BV value)
          Called when a line is parsed which contains a value to be placed in the memory.
 void endParse(java.lang.String filename)
           
 void setAddressPointer(BV value)
           
 void startParse(java.lang.String filename)
           
 

Method Detail

startParse

public void startParse(java.lang.String filename)

endParse

public void endParse(java.lang.String filename)

setAddressPointer

public void setAddressPointer(BV value)

addMemoryElement

public void addMemoryElement(BV value)
Called when a line is parsed which contains a value to be placed in the memory.

Parameters:
value - Value to be added to the memory. Please note that this BV will be altered during subsequent parsing. The user is responsible to keep a copy of the BV if it is needed.


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