ruby: Set default protocol back to MI_example

This commit is contained in:
Brad Beckmann 2010-02-01 11:07:38 -08:00
parent 4e00cc9900
commit db2ecbb6b6

View 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)