gem5/src/mem/ruby/system
Derek Hower 33b28fde7a slicc: added MOESI_CMP_directory, DMA SequencerMsg, parameterized controllers
This changeset contains a lot of different changes that are too
mingled to separate.  They are:

1.  Added MOESI_CMP_directory

I made the changes necessary to bring back MOESI_CMP_directory,
including adding a DMA controller.  I got rid of MOESI_CMP_directory_m
and made MOESI_CMP_directory use a memory controller. Added a new
configuration for two level protocols in general, and
MOESI_CMP_directory in particular.

2.  DMA Sequencer uses a generic SequencerMsg

I will eventually make the cache Sequencer use this type as well.  It
doesn't contain an offset field, just a physical address and a length.
MI_example has been updated to deal with this.

3. Parameterized Controllers

SLICC controllers can now take custom parameters to use for mapping,
latencies, etc.  Currently, only int parameters are supported.
2009-08-04 12:52:52 -05:00
..
AbstractMemOrCache.hh ruby: removed all refs to old RubyConfig 2009-07-18 18:20:03 -05:00
AbstractReplacementPolicy.hh ruby: Make ruby #includes use full paths to the files they're including. 2009-05-11 10:38:45 -07:00
CacheMemory.hh ruby: fixed clearStats 2009-07-29 13:46:58 -05:00
DirectoryMemory.cc slicc: added MOESI_CMP_directory, DMA SequencerMsg, parameterized controllers 2009-08-04 12:52:52 -05:00
DirectoryMemory.hh slicc: added MOESI_CMP_directory, DMA SequencerMsg, parameterized controllers 2009-08-04 12:52:52 -05:00
DMASequencer.cc slicc: added MOESI_CMP_directory, DMA SequencerMsg, parameterized controllers 2009-08-04 12:52:52 -05:00
DMASequencer.hh ruby: fixed dma sequencer bug 2009-07-18 17:03:51 -05:00
LRUPolicy.hh ruby: Make ruby #includes use full paths to the files they're including. 2009-05-11 10:38:45 -07:00
MachineID.hh ruby: replace strings that were missed in original ruby import. 2009-07-06 15:49:47 -07:00
MemoryControl.cc ruby: apply some fixes that were overwritten by the recent ruby import. 2009-07-06 15:49:47 -07:00
MemoryControl.hh ruby: Import the latest ruby changes from gems. 2009-07-06 15:49:47 -07:00
MemoryNode.cc copyright: I missed some copyrights during ruby integration 2009-06-10 00:41:56 -07:00
MemoryNode.hh ruby: Make ruby #includes use full paths to the files they're including. 2009-05-11 10:38:45 -07:00
MemoryVector.hh ruby: Import the latest ruby changes from gems. 2009-07-06 15:49:47 -07:00
NodeID.hh ruby: replace strings that were missed in original ruby import. 2009-07-06 15:49:47 -07:00
PerfectCacheMemory.hh slicc: added MOESI_CMP_directory, DMA SequencerMsg, parameterized controllers 2009-08-04 12:52:52 -05:00
PseudoLRUPolicy.hh ruby: Make ruby #includes use full paths to the files they're including. 2009-05-11 10:38:45 -07:00
RubyPort.cc ruby: Import the latest ruby changes from gems. 2009-07-06 15:49:47 -07:00
RubyPort.hh ruby: Import the latest ruby changes from gems. 2009-07-06 15:49:47 -07:00
SConscript scons: update SCons files for changes in ruby. 2009-07-06 15:49:47 -07:00
Sequencer.cc ruby: fixed sequencer RMW data bug 2009-07-21 19:42:09 -05:00
Sequencer.hh ruby: removed all refs to old RubyConfig 2009-07-18 18:20:03 -05:00
System.cc ruby: fixed clearStats 2009-07-29 13:46:58 -05:00
System.hh slicc: added MOESI_CMP_directory, DMA SequencerMsg, parameterized controllers 2009-08-04 12:52:52 -05:00
TBETable.hh ruby: removed unused/incorrect profiler state 2009-07-27 21:43:43 -05:00
TimerTable.cc slicc: added MOESI_CMP_directory, DMA SequencerMsg, parameterized controllers 2009-08-04 12:52:52 -05:00
TimerTable.hh slicc: added MOESI_CMP_directory, DMA SequencerMsg, parameterized controllers 2009-08-04 12:52:52 -05:00