changeset ee82497f749c in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=ee82497f749c
description:
        ruby: Set default protocol back to MI_example

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/mem/protocol/SConsopts |    2 +-

diffs (12 lines):

diff -r 1fdf8f79a3c1 -r ee82497f749c src/mem/protocol/SConsopts
--- a/src/mem/protocol/SConsopts        Sun Jan 31 22:28:13 2010 -0800
+++ b/src/mem/protocol/SConsopts        Mon Feb 01 11:07:38 2010 -0800
@@ -50,7 +50,7 @@
     'MOESI_hammer',
     ]
 
-opt = EnumVariable('PROTOCOL', 'Coherence Protocol for Ruby', 
'MOESI_CMP_directory',
+opt = EnumVariable('PROTOCOL', 'Coherence Protocol for Ruby', 'MI_example',
                    all_protocols)
 
 sticky_vars.AddVariables(opt)
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to