General Memory System
From gem5
Contents
General memory system
Ports system
Ports in general
Various port types
Packets
Requests
Atomic/Timing/Functional accesses
Two memory systems: Classic and Ruby
Classic memory system
Summarize functionality and highlight advantages and disadvantages. Uses ports to connect all components.
Ruby memory system
Summarize functionality and highlight advantages and disadvantages. Uses ports to connect cpus to the Ruby memory system. Uses message buffers to connect components within the memory system.