From: Brad Beckmann Date: Mon, 1 Feb 2010 19:07:38 +0000 (-0800) Subject: ruby: Set default protocol back to MI_example X-Git-Tag: stable_2012_02_02~1515 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db2ecbb6b6eb8d5126c5f13b8a3af5d792487279;p=gem5.git ruby: Set default protocol back to MI_example --- diff --git a/src/mem/protocol/SConsopts b/src/mem/protocol/SConsopts index 222e8d802..6e4cab248 100644 --- a/src/mem/protocol/SConsopts +++ b/src/mem/protocol/SConsopts @@ -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)