jmce - 1_02

Package jmce.sim.memory

Memory implementation.

See:
          Description

Class Summary
AbstractMemory Abstract implementation of Memory.
ArrayMemory Array memory.
BankedMemory  
CombinedMemory Memory made from other memory.
DuplicateMemory Helper class to duplicate one memory.
FastMemory Deprecated. with the current implementation FastMemory and PlainMemory are the same.
LoadableMemory Sample loadable mmory.
MappedMemory Mapped memory This Class implement one memory base over other memory mapped to this one.
MemoryBit Map a single bit of one memory location.
MemoryBits Map a portion of one memorty location.
OpenCollectorMemoryBit Memory bit open collector.
PersistentMemory  
PlainMemory  
ReadOnlyMemory  
Test Simple test for memory performance.
 

Package jmce.sim.memory Description

Memory implementation.

This package implement many type of memory as RAM,ROM,FLASH,IO and so on. Memory access is critical for simulation all class must be designed very carfully.

Package Specification

Related Documentation


jmce - 1_02