1 #ifndef MEMORYMAPPEDCOMPONENT_H 2 #define MEMORYMAPPEDCOMPONENT_H 65 uint64_t m_memoryMappedBase;
66 uint64_t m_memoryMappedSize;
67 uint64_t m_memoryMappedAddrMul;
71 #endif // MEMORYMAPPEDCOMPONENT_H
string GenerateDetails() const
Generate details about the component.
A Component is a node in the configuration tree that makes up an emulation setup. ...
A base-class for memory-mapped components.
MemoryMappedComponent(const string &className, const string &visibleClassName)
Constructs a MemoryMappedComponent.