|
The Sparta Modeling Framework
|
File that contains BlockingMemoryIF. More...
#include "sparta/memory/MemoryExceptions.hpp"#include "sparta/memory/AddressTypes.hpp"#include "sparta/memory/DebugMemoryIF.hpp"Go to the source code of this file.
Classes | |
| class | sparta::memory::BlockingMemoryIF |
| Pure-virtual memory interface which represents a simple, immediately accessible (blocking) address-space with meaningful read and write accees support. Partially implements DebugMemoryIF, which adds peek and poke support as well as access addr and size validation. More... | |
Namespaces | |
| namespace | sparta |
| Macros for handling exponential backoff. | |
| namespace | sparta::memory |
| Namespace containing memory interfaces, types, and storage objects. | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const sparta::memory::BlockingMemoryIF &mi) |
| BlockingMemoryIF stream operator. | |
| std::ostream & | operator<< (std::ostream &out, const sparta::memory::BlockingMemoryIF *mi) |
| BlockingMemoryIF stream operator. | |
File that contains BlockingMemoryIF.
Definition in file BlockingMemoryIF.hpp.
|
inline |
BlockingMemoryIF stream operator.
Definition at line 327 of file BlockingMemoryIF.hpp.

|
inline |
BlockingMemoryIF stream operator.
Definition at line 333 of file BlockingMemoryIF.hpp.
