General Memory System

From gem5
Revision as of 05:33, 8 March 2011 by Saidi (talk | contribs) (Created page with "==General memory system== ===Ports system=== ====Ports in general==== ====Various port types==== ====Packets==== ====Requests==== ====Atomic/Timing/Functional accesses==== ===Two…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.