|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This defines an interface for larger memory; allowing faster access than
the regular MemoryInterface interface.
| Method Summary | |
BV |
getMemoryElement(int addr,
BV data)
Return the given memory position |
BV[] |
getMemoryRange(int sIndex,
int elements,
BV[] data)
Return the given memory range |
int |
getMemoryWidth()
Returns the memory width |
long |
getSize()
Returns the memory size |
| Method Detail |
public BV[] getMemoryRange(int sIndex,
int elements,
BV[] data)
sIndex - the starting indexelements - how many entries to getdata - where to stick the results
public BV getMemoryElement(int addr,
BV data)
addr - the memory address to getdata - where to stick the results
public long getSize()
public int getMemoryWidth()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||