gem5/configs/ruby
Nilay Vaish 4070b00875 ruby: add a three level MESI protocol.
The first two levels (L0, L1) are private to the core, the third level (L2)is
possibly shared. The protocol supports clustered designs.  For example, one
can have two sets of two cores. Each core has an L0 and L1 cache. There are
two L2 controllers where each set accesses only one of the L2 controllers.
2014-01-04 00:03:34 -06:00
..
MESI_Three_Level.py ruby: add a three level MESI protocol. 2014-01-04 00:03:34 -06:00
MESI_Two_Level.py ruby: rename MESI_CMP_directory to MESI_Two_Level 2014-01-04 00:03:33 -06:00
MI_example.py ruby: remove cntrl_id from python config scripts. 2014-01-04 00:03:32 -06:00
MOESI_CMP_directory.py ruby: remove cntrl_id from python config scripts. 2014-01-04 00:03:32 -06:00
MOESI_CMP_token.py ruby: remove cntrl_id from python config scripts. 2014-01-04 00:03:32 -06:00
MOESI_hammer.py ruby: remove cntrl_id from python config scripts. 2014-01-04 00:03:32 -06:00
Network_test.py ruby: remove cntrl_id from python config scripts. 2014-01-04 00:03:32 -06:00
Ruby.py ruby: some small changes 2014-01-04 00:03:30 -06:00