byucc.jhdl.base
Interface LargeWritableMemory
- All Superinterfaces:
- LargeMemoryInterface
- All Known Implementing Classes:
- GenericMemory, ramrom, ramrom
- public interface LargeWritableMemory
- extends LargeMemoryInterface
writeMemoryRange
public void writeMemoryRange(int address,
int elements,
BV[] values)
writeMemoryElement
public void writeMemoryElement(int address,
BV value)
loadMemoryFile
public boolean loadMemoryFile(java.lang.String filename)
Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.