Difference between revisions of "General Memory System"
From gem5
(Created page with "==General memory system== ===Ports system=== ====Ports in general==== ====Various port types==== ====Packets==== ====Requests==== ====Atomic/Timing/Functional accesses==== ===Two…") |
(No difference)
|
Revision as of 00:33, 8 March 2011
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.