Previous - Up - Next

16.1   Observing Memory Transactions

Memory-spaces provide a memory hierarchy interface for observing and modifying memory transactions passing through them. This interface is in fact composed of two different interfaces acting at different phases of a memory transaction execution:


Note: Both interfaces can be used simultaneously, even by the same object. This property is used by the trace module, which is in fact connected both to the timing-model and the snoop-memory interfaces. The reason for this double connection is explained later in this chapter.

Previous - Up - Next