ruby: Set default protocol back to MI_example
authorBrad Beckmann <Brad.Beckmann@amd.com>
Mon, 1 Feb 2010 19:07:38 +0000 (11:07 -0800)
committerBrad Beckmann <Brad.Beckmann@amd.com>
Mon, 1 Feb 2010 19:07:38 +0000 (11:07 -0800)
src/mem/protocol/SConsopts

index 222e8d802689e0033ea7d4493d276f83795684be..6e4cab2489839b2b83ad872bf06849fc3e48a02d 100644 (file)
@@ -50,7 +50,7 @@ all_protocols = [
     '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)